small-package/luci-app-poweroffdevice/Makefile

20 lines
604 B
Makefile
Raw Normal View History

2021-09-24 23:37:27 +08:00
#
# provides Web UI to shut down (power off) your device.
# routers are listed at https://github.com/sirpdboy/luci-app-poweroffdevice
# This is free software, licensed under the GNU General Public License v3.
# routers are listed at https://github.com/herboy2008/poweroffdevice
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-poweroffdevice
LUCI_TITLE:=LuCI support for poweroffdevice Router
LUCI_DESCRIPTION:=provides Web UI to shut down (power off) your device.
LUCI_PKGARCH:=all
PKG_VERSION:=1
2023-04-13 23:36:20 +08:00
PKG_RELEASE:=3
2021-09-24 23:37:27 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature