diff options
author | Stan Grishin <stangri@melmac.net> | 2019-11-19 09:54:08 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-11-19 09:54:08 -0700 |
commit | 6b2abe9fabdca8fafe734e3bae6d09e974634c95 (patch) | |
tree | 403a1d6333d6d469883f2dfabe45304cc445a741 /applications/luci-app-advanced-reboot/Makefile | |
parent | 15816e668df0bbdc36f6426557e488f6ade2e3ed (diff) |
luci-app-advanced-reboot: bugfix: luci error on reboot, logger errors
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 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 |