mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-31 06:31:17 +08:00
15 lines
301 B
Makefile
Executable File
15 lines
301 B
Makefile
Executable File
#-- Copyright (C) 2018 dz <dingzhong110@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for FullConeNat
|
|
LUCI_DEPENDS:=+iptables-mod-fullconenat
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.3
|
|
PKG_RELEASE:=1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|