diff options
author | Stan Grishin <stangri@melmac.net> | 2020-06-10 16:48:55 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-06-10 16:48:55 +0000 |
commit | 52de5bf5e2d511c75c5c33af86d41afe50000472 (patch) | |
tree | 1c20b93cbdd619c2bd379c149088a506993b5589 /applications/luci-app-advanced-reboot/Makefile | |
parent | 8077fcd17c262624b056b0f5451ab0c526830895 (diff) |
luci-app-advanced-reboot: bugfix: support new board names for Linksys WRT-devices
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index e119e6acc..79197c43b 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -10,10 +10,9 @@ LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\ an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\ routers are listed at https://github.com/openwrt/luci/blob/master/applications/luci-app-advanced-reboot/README.md - LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=52 +PKG_RELEASE:=54 include ../../luci.mk |