aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-02 19:46:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-02 19:46:47 +0000
commitf9518d9a74d4a418e32a48365dde1fc6b1b14387 (patch)
tree7167cad316811176425e775b46ab69c305a52cca /package/iptables
parent10c3ea71bb79d1b90ab18b36344116647f76755c (diff)
downloadupstream-f9518d9a74d4a418e32a48365dde1fc6b1b14387.tar.gz
upstream-f9518d9a74d4a418e32a48365dde1fc6b1b14387.tar.bz2
upstream-f9518d9a74d4a418e32a48365dde1fc6b1b14387.zip
netfilter/iptables: enable IMQ on 2.6.25
SVN-Revision: 11335
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 6cbc9f53c5..05ef15b1dd 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