2018-07-20 02:31:16 +00:00
|
|
|
# Copyright 2017-2018 Stan Grishin (stangri@melmac.net)
|
2017-07-13 05:51:41 +00:00
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2019-11-15 23:41:43 +00:00
|
|
|
PKG_LICENSE:=GPL-3.0-or-later
|
2017-07-13 05:51:41 +00:00
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
2023-04-27 23:08:22 +00:00
|
|
|
PKG_VERSION:=1.0.1-8
|
2017-07-13 05:51:41 +00:00
|
|
|
|
|
|
|
LUCI_TITLE:=Advanced Linksys Reboot Web UI
|
2021-02-08 17:37:13 +00:00
|
|
|
LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
|
2017-12-26 07:23:40 +00:00
|
|
|
LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\
|
2019-02-20 19:37:57 +00:00
|
|
|
an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\
|
2021-01-06 16:56:10 +00:00
|
|
|
routers are listed at https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
|
|
|
|
LUCI_DEPENDS:=+luci-mod-admin-full +jshn
|
2017-07-13 05:51:41 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|