summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/Makefile
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2021-01-12 16:56:41 -0800
committerGitHub <noreply@github.com>2021-01-12 16:56:41 -0800
commitbcb489a74dfd6d748fd7dd1f90b92f03a40ca17d (patch)
treef29d8d622eedf62206e4100e8f1fdca42645da59 /applications/luci-app-advanced-reboot/Makefile
parent4a47bd741bdd25118584e978e10d42d91b706e18 (diff)
parent1ce1f86a2cdde8d4d55d76935fda90ff7eb89736 (diff)
Merge pull request #4715 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: rewrite rpcd in shell script + bugfixes
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r--applications/luci-app-advanced-reboot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile
index dff9be5ec9..46ebedae9d 100644
--- a/applications/luci-app-advanced-reboot/Makefile
+++ b/applications/luci-app-advanced-reboot/Makefile
@@ -9,10 +9,9 @@ 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/openwrt/luci/blob/master/applications/luci-app-advanced-reboot/README.md
-LUCI_DEPENDS:=+luci-mod-admin-full
+ routers are listed at https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
+LUCI_DEPENDS:=+luci-mod-admin-full +jshn
LUCI_PKGARCH:=all
-PKG_RELEASE:=55
include ../../luci.mk