diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-08-18 20:12:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 20:12:50 +0300 |
commit | 07e2fc565ccf9d9a626426c48dea0d3207921093 (patch) | |
tree | a7b6b1def346f45e13e766d48fa2180072fc3abc /applications/luci-app-advanced-reboot/Makefile | |
parent | f3bcb918bf60ef9f3e8fff0a98ca570bfca26888 (diff) | |
parent | 0d0a8b882d1715dc6d31e86956556f6cf66a7845 (diff) |
Merge pull request #2989 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: support for Linksys EA8300
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 2a7df3bd14..5381059da7 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:=40 +PKG_RELEASE:=41 include ../../luci.mk |