diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-11-19 19:29:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 19:29:43 +0200 |
commit | cfd4db26edf6a9d8e307383ba19244a5227ae2a1 (patch) | |
tree | 403a1d6333d6d469883f2dfabe45304cc445a741 /applications/luci-app-advanced-reboot/Makefile | |
parent | 15816e668df0bbdc36f6426557e488f6ade2e3ed (diff) | |
parent | 6b2abe9fabdca8fafe734e3bae6d09e974634c95 (diff) |
Merge pull request #3333 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: bugfix: luci error on reboot, logger errors
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 a08d57fd8b..e3037df2f8 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:=43 +PKG_RELEASE:=45 include ../../luci.mk |