mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-09 19:47:49 +08:00
14 lines
341 B
Makefile
14 lines
341 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-airwhu
|
|
PKG_VERSION=1.0
|
|
PKG_RELEASE:=1
|
|
LUCI_TITLE:=luci-app-airwhu
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+mentohust +kmod-ipt-nat6
|
|
LUCI_DESCRIPTION:=LuCI web-interface for Ruijie 802.1X Client with IPv6 NAT.
|
|
|
|
include $(TOPDIR)/feeds/packages/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|