mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 01:11:21 +08:00
22 lines
484 B
Makefile
Executable File
22 lines
484 B
Makefile
Executable File
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
# Copyright (C) 2020-2021 Hyy2001X <https://github.com/Hyy2001X>
|
|
# Copyright (C) 2024-2025 Duan <duan@d-jy.net>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-npc
|
|
PKG_VERSION:=1.8
|
|
PKG_RELEASE:=2
|
|
|
|
LUCI_TITLE:=LuCI support for NPC
|
|
#LUCI_DEPENDS:=+npc
|
|
LUCI_PKGARCH:=all
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/npc
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|