summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-02 19:46:47 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-02 19:46:47 +0000
commit77ac43966f73d8a58ffd9c368ea1b27f35fd5c18 (patch)
tree5c8a5c2d44132987da552cd7d439dd4459cc9e65 /package/iptables
parent6ca4e1f9123e8f28a8c1ae89b550cff7f1c4108b (diff)
[package] netfilter/iptables: enable IMQ on 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11335 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 6cbc9f53c..05ef15b1d 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -89,7 +89,7 @@ define Package/iptables-mod-filter/description
endef
define Package/iptables-mod-imq
-$(call Package/iptables/Module, +kmod-ipt-imq @!LINUX_2_6_25)
+$(call Package/iptables/Module, +kmod-ipt-imq)
TITLE:=IMQ support
endef