15 lines
364 B
Makefile
15 lines
364 B
Makefile
![]() |
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
||
|
# Copyright (C) 2020-2021 Hyy2001X <https://github.com/Hyy2001X>
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=LuCI support for NPS Client(NPC)
|
||
|
LUCI_DEPENDS:=+npc
|
||
|
LUCI_PKGARCH:=all
|
||
|
PKG_VERSION:=1.3
|
||
|
PKG_RELEASE:=2
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|