diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-04-07 14:25:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 14:25:07 +0300 |
commit | 646545da5665288b4ed2d8b5b852e004ec164a27 (patch) | |
tree | 9f12a74bee59cac96f79031a8d65b3cc2c38913f /applications/luci-app-advanced-reboot/Makefile | |
parent | 5c31937a0f0bf8fa2f0161cadae9688fff9c227e (diff) | |
parent | 7d87297e17643bfec6c65a367e779de8c4653eca (diff) |
Merge pull request #1733 from stangri/master
luci-app-advanced-reboot & luci-app-vpnbypass: fix uci require for ma…
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 bb545a2049..d270498308 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 LUCI_PKGARCH:=all -PKG_RELEASE:=26 +PKG_RELEASE:=27 include ../../luci.mk |