19 lines
535 B
Makefile
19 lines
535 B
Makefile
|
#
|
||
|
# 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.
|
||
|
|
||
|
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
|
||
|
PKG_RELEASE:=4
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|