aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-21 09:27:32 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-21 09:27:32 +0000
commite19628375d9500733e9c9db769c33fdfbc6ecc76 (patch)
tree24030d049f9e299554022df9b8d9f5cca3166f86 /package/iptables/Makefile
parent06e75278759bb8f917a40639980f406b6f6271f8 (diff)
downloadmaster-187ad058-e19628375d9500733e9c9db769c33fdfbc6ecc76.tar.gz
master-187ad058-e19628375d9500733e9c9db769c33fdfbc6ecc76.tar.bz2
master-187ad058-e19628375d9500733e9c9db769c33fdfbc6ecc76.zip
[package/iptables]: as [25641] removed kernel IMQ support, remove it from iptables as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25646 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 597f2bd300..586576a1ea 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -99,17 +99,6 @@ Includes:
- libipt_layer7
endef
-define Package/iptables-mod-imq
-$(call Package/iptables/Module, +kmod-ipt-imq)
- TITLE:=IMQ support
-endef
-
-define Package/iptables-mod-imq/description
-iptables extension for IMQ support.
-Includes:
-- libipt_IMQ
-endef
-
define Package/iptables-mod-ipopt
$(call Package/iptables/Module, +kmod-ipt-ipopt)
TITLE:=IP/Packet option extensions
@@ -400,7 +389,6 @@ $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
$(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-imq,$(IPT_IMQ-m)))
$(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
$(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
$(eval $(call BuildPlugin,iptables-mod-ipset,ipt_set ipt_SET))