diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-10 17:19:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 17:19:55 +0200 |
commit | 1c75687854395cb95fa18668e5d823fb2fdfd085 (patch) | |
tree | f7025446a4725733dc87828fe259fa6e278659d2 /applications/luci-app-advanced-reboot/Makefile | |
parent | 1ab364499aa487567807810a18f2a394f8a565b0 (diff) | |
parent | 37dd98bde3ec04d540dafa6302cdfcf9e2ea07aa (diff) |
Merge pull request #3492 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: pluggable device files, highlight current partition
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 20f9168936..f6882b2c02 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:=47 +PKG_RELEASE:=51 include ../../luci.mk |