aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
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
commit215ed4cae6c145cb4afb7a87bd6b19b5bf217494 (patch)
treef8b7024b647e4b47da5579dcd9d202d1cb8739c4 /package/iptables
parent7ab5e4b29ab93e711764ac4a66b57af4a6365cd8 (diff)
downloadmaster-187ad058-215ed4cae6c145cb4afb7a87bd6b19b5bf217494.tar.gz
master-187ad058-215ed4cae6c145cb4afb7a87bd6b19b5bf217494.tar.bz2
master-187ad058-215ed4cae6c145cb4afb7a87bd6b19b5bf217494.zip
[package] netfilter/iptables: disable IMQ on 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-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