diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-07-10 22:56:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 22:56:57 +0300 |
commit | 6d5d1473c5b654252de10e143579a895839cd493 (patch) | |
tree | 0beea70b3094a32e0235cb63e3a11a3c603dce9f /applications/luci-app-advanced-reboot/Makefile | |
parent | 36b6d98747e2d1830bbc6aa076303048bbb98d3d (diff) | |
parent | 3c332e456482bdb9ae231040f50d010f67355086 (diff) |
Merge pull request #1945 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: support for Linksys WRT32X
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 |