mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
14 lines
306 B
Makefile
Executable File
14 lines
306 B
Makefile
Executable File
# 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
|