Merge pull request #1426 from dibdot/app-adblock
[project/luci.git] / applications / luci-app-advanced-reboot / Makefile
1 # Copyright (c) 2017 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+
7 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
8
9 LUCI_TITLE:=Advanced Linksys Reboot Web UI
10 LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys routers to\
11         an altnerative partition. Also provides Web UI to shut down (power off) your device.    Supported dual-partition\
12         routers are listed at https://github.com/stangri/openwrt-luci/blob/luci-app-advanced-reboot/applications/luci-app-advanced-reboot/README.md
13
14 LUCI_DEPENDS:=+luci
15 LUCI_PKGARCH:=all
16 PKG_RELEASE:=23
17
18 include ../../luci.mk
19
20 # call BuildPackage - OpenWrt buildroot signature