diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-17 18:52:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-17 18:52:24 +0000 |
commit | 61c2a3ada1c26a6fb07af190457df6f6416243a1 (patch) | |
tree | 2cc6eb9afa9f0bff743a1099d881cce0bf37d471 /package | |
parent | 389d99c170bd37f428426a0f37b274059dfcb9a1 (diff) | |
download | upstream-61c2a3ada1c26a6fb07af190457df6f6416243a1.tar.gz upstream-61c2a3ada1c26a6fb07af190457df6f6416243a1.tar.bz2 upstream-61c2a3ada1c26a6fb07af190457df6f6416243a1.zip |
iptables: remove layer7 leftovers (#19506)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iptables/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index b8a02772ea..df88639816 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -516,15 +516,10 @@ define BuildPlugin $$(eval $$(call BuildPackage,$(1))) endef -L7_INSTALL:=\ - $(INSTALL_DIR) $$(1)/etc/l7-protocols; \ - $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/ - - $(eval $(call BuildPackage,iptables)) $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m))) $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m))) -$(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL))) +$(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m))) $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m))) $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m))) $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m))) |