summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-10-15 10:56:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-10-15 10:56:13 +0000
commit7613c343b551642c285b04dd5acf334d860dab13 (patch)
treec155a88c4a76a37f9bd00648c139518511a37ef0 /package/iptables/Makefile
parentb08f5517114c4b94cef682989fee8c0e6b2cbcf3 (diff)
downloadmaster-31e0f0ae-7613c343b551642c285b04dd5acf334d860dab13.tar.gz
master-31e0f0ae-7613c343b551642c285b04dd5acf334d860dab13.tar.bz2
master-31e0f0ae-7613c343b551642c285b04dd5acf334d860dab13.zip
netfilter/iptables: disable IMQ on 2.6.27
SVN-Revision: 12984
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index ff2f314d15..c62d9741a1 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -107,7 +107,7 @@ define Package/iptables-mod-filter/description
endef
define Package/iptables-mod-imq
-$(call Package/iptables/Module, +kmod-ipt-imq)
+$(call Package/iptables/Module, +kmod-ipt-imq @!LINUX_2_6_27)
TITLE:=IMQ support
endef