15 lines
412 B
Makefile
15 lines
412 B
Makefile
|
|
include $(TOPDIR)/rules.mk
|
||
|
|
|
||
|
|
PKG_NAME:=luci-app-zt-gateway
|
||
|
|
LUCI_TITLE:=ZeroTier Exit Gateway Switching
|
||
|
|
LUCI_DEPENDS:=+luci-base +ucode +conntrack +iptables-mod-conntrack-extra +iptables-mod-connmark
|
||
|
|
LUCI_PKGARCH:=all
|
||
|
|
PKG_VERSION:=1.0.0
|
||
|
|
PKG_RELEASE:=1
|
||
|
|
PKG_LICENSE:=Apache-2.0
|
||
|
|
PKG_MAINTAINER:=WIBLAN Project <root@wiblan.net>
|
||
|
|
|
||
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
|
||
|
|
# call BuildPackage - OpenWrt buildroot signature
|