Makefile 968 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 2017-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca).
  2. # This is free software, licensed under AGPL-3.0-or-later.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:=luci-app-advanced-reboot
  5. PKG_LICENSE:=AGPL-3.0-or-later
  6. PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
  7. PKG_VERSION:=1.0.1
  8. PKG_RELEASE:=15
  9. LUCI_TITLE:=Advanced Linksys Reboot Web UI
  10. LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/
  11. LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\
  12. an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition\
  13. routers are listed at https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
  14. LUCI_DEPENDS:=+luci-base +jshn
  15. define Package/$(PKG_NAME)/config
  16. # shown in make menuconfig <Help>
  17. help
  18. $(LUCI_TITLE)
  19. .
  20. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  21. endef
  22. include ../../luci.mk
  23. # call BuildPackage - OpenWrt buildroot signature