mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +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:=3
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|