diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-02-24 21:05:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 21:05:11 +0200 |
commit | a14d1667af1aa567d91d583395301afb5872f2ac (patch) | |
tree | fce278b2e1537bfebb670e14bd3160a451fac52a /applications/luci-app-advanced-reboot/Makefile | |
parent | bbdd4cbba56c113b457e46d8922b15b715cd1c84 (diff) | |
parent | c51cd12bc732c018b264c7aa7fa7c4923d2bb879 (diff) |
Merge pull request #2561 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: secondary partition fix for Linksys EA6350v3
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 863709127..eceb15b09 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-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=38 +PKG_RELEASE:=39 include ../../luci.mk |