aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
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
commit6aa05063a52278eab1a99172defd90e186c10c07 (patch)
tree5c8a5c2d44132987da552cd7d439dd4459cc9e65 /package/iptables/Makefile
parent81b5a7f6deb6f559e6d00c6c61ac1795a07120df (diff)
downloadmaster-187ad058-6aa05063a52278eab1a99172defd90e186c10c07.tar.gz
master-187ad058-6aa05063a52278eab1a99172defd90e186c10c07.tar.bz2
master-187ad058-6aa05063a52278eab1a99172defd90e186c10c07.zip
[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/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 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