diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-20 13:36:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-20 13:36:25 +0000 |
commit | 3edc273a332b08773068e0e1c974ad40fe58b9b9 (patch) | |
tree | df5b730288f068424ab3aa4bd58143fc597ce200 | |
parent | 391387eb69424b7cb40f473b8183e20d2d61a1d8 (diff) | |
download | mtk-20170518-3edc273a332b08773068e0e1c974ad40fe58b9b9.zip mtk-20170518-3edc273a332b08773068e0e1c974ad40fe58b9b9.tar.gz mtk-20170518-3edc273a332b08773068e0e1c974ad40fe58b9b9.tar.bz2 |
netfilter.mk: remove obsolete ip_nat_ftp related line
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45516
-rw-r--r-- | include/netfilter.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 8be8fda..2331836 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -200,7 +200,6 @@ $(eval $(call nf_add,IPT_NAT_EXTRA,CONFIG_IP_NF_TARGET_NETMAP, $(P_XT)xt_NETMAP) # nathelper -$(eval $(call nf_add,NF_NATHELPER,CONFIG_IP_NF_NAT_FTP, $(P_V4)ip_nat_ftp)) $(eval $(call nf_add,NF_NATHELPER,CONFIG_NF_CONNTRACK_FTP, $(P_XT)nf_conntrack_ftp)) $(eval $(call nf_add,NF_NATHELPER,CONFIG_NF_NAT_FTP, $(P_XT)nf_nat_ftp)) |