mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
18 lines
363 B
Makefile
Executable File
18 lines
363 B
Makefile
Executable File
# Copyright (C) 2020-2026 Hyy2001X <https://github.com/Hyy2001X>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-shutdown
|
|
PKG_VERSION:=2.0
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_LICENSE:=GPL-3.0-or-later
|
|
|
|
LUCI_TITLE:=LuCI Support for shutdown/reboot
|
|
LUCI_DEPENDS:=+luci-base
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|