diff options
author | Stan Grishin <stangri@melmac.net> | 2021-02-08 12:51:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 12:51:50 -0800 |
commit | 34417400893d8513f92c4e4ba3a1b8c9207a5392 (patch) | |
tree | e2898cdaf07e6dd11f5582b80d6586d7521b1c6f /applications/luci-app-advanced-reboot/Makefile | |
parent | f45b7310d1991bc666eb449457837f63caebd24e (diff) | |
parent | 8e3601f9209bffb5938df2f0df2a8c7562377994 (diff) |
Merge pull request #4781 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: add missing btn class to buttons
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 46ebedae9d..a4192271cd 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -7,6 +7,7 @@ PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> LUCI_TITLE:=Advanced Linksys Reboot Web UI +LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ 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://docs.openwrt.melmac.net/luci-app-advanced-reboot/ |