mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-07 03:17:03 +08:00
20 lines
531 B
Makefile
20 lines
531 B
Makefile
#
|
|
# provides Web UI to shut down (power off) your device.
|
|
# Copyright (C) 2022-2023 sirpdboy <herboy2008@gmail.com>
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
NAME:=poweroffdevice
|
|
PKG_NAME:=luci-app-$(NAME)
|
|
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
|