diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-07-09 18:25:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 18:25:58 +0300 |
commit | e5b233f325d4e310aa67415a2557f94380a36706 (patch) | |
tree | fdc513f05799697270c636c449f0d3f7d1e38854 /applications | |
parent | ce04d7f0407c443e337f2a84c65be876f61dccac (diff) | |
parent | 7cf35432f144262eabfbc39bd81be17e7d8c7d90 (diff) |
Merge pull request #2839 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: fix README url in Makefile
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index eceb15b09..2a7df3bd1 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -9,11 +9,11 @@ PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\ an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\ - routers are listed at https://github.com/stangri/openwrt-luci/blob/luci-app-advanced-reboot/applications/luci-app-advanced-reboot/README.md + routers are listed at https://github.com/openwrt/luci/blob/master/applications/luci-app-advanced-reboot/README.md LUCI_DEPENDS:=+luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=39 +PKG_RELEASE:=40 include ../../luci.mk |