13 lines
323 B
Makefile
13 lines
323 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
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|