mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
17 lines
302 B
Makefile
17 lines
302 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-nat6-helper
|
|
PKG_VERSION:=v1.2
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_LICENSE:=MIT License
|
|
|
|
LUCI_TITLE:=LuCI support for nat6
|
|
LUCI_DEPENDS:=+ip6tables +kmod-ipt-nat6
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|