diff options
author | Stan Grishin <stangri@melmac.net> | 2019-12-24 16:37:53 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-12-24 16:37:53 -0700 |
commit | e326002a896159d59ff4aa9cc596a5bbe645ed04 (patch) | |
tree | 51c15a8688cb902996fdeab0b140df4dd28f1dca /applications/luci-app-advanced-reboot/Makefile | |
parent | 2417ad5d61e29af3ae678535dfedb24220d374d0 (diff) |
luci-app-advanced-reboot: bugfix: compatible with new luci
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 | 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 97301fc6a..20f916893 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-compat +luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=46 +PKG_RELEASE:=47 include ../../luci.mk |