diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-25 17:56:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 17:56:49 +0100 |
commit | 49b0be214b86dad88e8d0cff941b75df31841150 (patch) | |
tree | 51c15a8688cb902996fdeab0b140df4dd28f1dca /applications/luci-app-advanced-reboot/Makefile | |
parent | 2417ad5d61e29af3ae678535dfedb24220d374d0 (diff) | |
parent | e326002a896159d59ff4aa9cc596a5bbe645ed04 (diff) |
Merge pull request #3431 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: bugfix: compatible with new luci
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 97301fc6af..20f9168936 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 |