summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-02 11:29:53 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-02 11:29:53 +0000
commit2c64c2f0c9d646c60458aff66c4bbe707bdd93f8 (patch)
tree7adaa4155313d594fd46e138dfa1f3e39775c354 /package/iptables
parent60289aade7304b10112a6839dcf293e719f057eb (diff)
[package] IMQ is not yet available on 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11007 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 ff55ce590..9d6d8f842 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -88,7 +88,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_25)
TITLE:=IMQ support
endef