Merge pull request #4897 from stangri/master-luci-app-advanced-reboot
[project/luci.git] / applications / luci-app-advanced-reboot / Makefile
1 # Copyright 2017-2018 Stan Grishin (stangri@melmac.net)
2 # This is free software, licensed under the GNU General Public License v3.
3
4 include $(TOPDIR)/rules.mk
5
6 PKG_LICENSE:=GPL-3.0-or-later
7 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
8 PKG_VERSION:=1.0.0-1
9
10 LUCI_TITLE:=Advanced Linksys Reboot Web UI
11 LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
12 LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\
13 an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\
14 routers are listed at https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
15 LUCI_DEPENDS:=+luci-mod-admin-full +jshn
16 LUCI_PKGARCH:=all
17
18 include ../../luci.mk
19
20 # call BuildPackage - OpenWrt buildroot signature