mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
15 lines
355 B
Makefile
15 lines
355 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=NJIT 802.1X Client for LuCI
|
|
LUCI_DESCRIPTION:=This package contains LuCI configuration pages for njit8021xclient.
|
|
LUCI_DEPENDS:=+njit8021xclient
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-njitclient
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=2
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|