mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
14 lines
306 B
Makefile
14 lines
306 B
Makefile
|
# Copyright (C) 2020-2021 Hyy2001X <https://github.com/Hyy2001X>
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=LuCI Support for Shutdown Target
|
||
|
PKG_NAME:=luci-app-shutdown
|
||
|
PKG_VERSION:=1.0
|
||
|
PKG_RELEASE:=1
|
||
|
LUCI_PKGARCH:=all
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|