diff options
author | Stan Grishin <stangri@melmac.net> | 2018-07-10 12:33:23 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2018-07-10 12:33:23 -0700 |
commit | 3c332e456482bdb9ae231040f50d010f67355086 (patch) | |
tree | 0beea70b3094a32e0235cb63e3a11a3c603dce9f /applications/luci-app-advanced-reboot/Makefile | |
parent | 36b6d98747e2d1830bbc6aa076303048bbb98d3d (diff) |
luci-app-advanced-reboot: support for Linksys WRT32X
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index d270498308..b1ecf677f0 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -11,9 +11,9 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot an altnerative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\ routers are listed at https://github.com/stangri/openwrt-luci/blob/luci-app-advanced-reboot/applications/luci-app-advanced-reboot/README.md -LUCI_DEPENDS:=+luci +LUCI_DEPENDS:=+luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=27 +PKG_RELEASE:=32 include ../../luci.mk |