Makefile 789 B

12345678910111213141516171819
  1. # Copyright 2017-2018 Stan Grishin (stangri@melmac.net)
  2. # This is free software, licensed under the GNU General Public License v3.
  3. include $(TOPDIR)/rules.mk
  4. PKG_LICENSE:=GPL-3.0-or-later
  5. PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
  6. LUCI_TITLE:=Advanced Linksys Reboot Web UI
  7. LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\
  8. an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\
  9. routers are listed at https://github.com/openwrt/luci/blob/master/applications/luci-app-advanced-reboot/README.md
  10. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full
  11. LUCI_PKGARCH:=all
  12. PKG_RELEASE:=55
  13. include ../../luci.mk
  14. # call BuildPackage - OpenWrt buildroot signature