diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-21 15:25:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 15:25:41 +0200 |
commit | cfd6f9bdb44437a2e705ede71e022ae66209b285 (patch) | |
tree | 884288ca73a5b5a70f666c6370dc5d8ebd246c37 /applications/luci-app-advanced-reboot/Makefile | |
parent | 61295d92340fe42b020ea2d6c00e71793bc6a76a (diff) | |
parent | 57fe3e839fdf30a2831934d7e1cd2fab7e521dfe (diff) |
Merge pull request #1576 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: fixed bug on devices/board names with dashe…
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 5722b429e1..bb545a2049 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -13,7 +13,7 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot LUCI_DEPENDS:=+luci LUCI_PKGARCH:=all -PKG_RELEASE:=25 +PKG_RELEASE:=26 include ../../luci.mk |