diff options
author | Stan <stangri@melmac.net> | 2020-08-23 19:17:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 19:17:41 -0700 |
commit | 2d1613d0ebe2f4f5de348a28b6ee388a959ef86c (patch) | |
tree | dc814ee98fbe0d45e7038830053e773cc202a354 /applications/luci-app-advanced-reboot/Makefile | |
parent | f555ab56a861dadbba37fad4478846dbfcff5031 (diff) | |
parent | be7840942288f87bdb1ef78c86ab00011b67d6bf (diff) |
Merge pull request #4384 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: bugifx: btn style; board names for some Linksys devices
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 79197c43ba..7be53efcb9 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -12,7 +12,7 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot routers are listed at https://github.com/openwrt/luci/blob/master/applications/luci-app-advanced-reboot/README.md LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=54 +PKG_RELEASE:=55 include ../../luci.mk |