From: Stan Grishin Date: Mon, 8 Jul 2019 19:44:23 +0000 (-0700) Subject: [19.07] luci-app-advanced-reboot: fix README url in Makefile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F2840%2Fhead;p=oweals%2Fluci.git [19.07] luci-app-advanced-reboot: fix README url in Makefile Signed-off-by: Stan Grishin --- 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 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