summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:44:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:44:28 +0000
commitff3d5025ac0c398277bf234e9608ab6490330b11 (patch)
tree4a76a02d5d7fea2447d3f79ffd4aec51e23add6e /package/iptables/Makefile
parent0410a7b5493313a4d70a2a62b96c0dfe377e1fb6 (diff)
downloadmaster-31e0f0ae-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.gz
master-31e0f0ae-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.bz2
master-31e0f0ae-ff3d5025ac0c398277bf234e9608ab6490330b11.zip
remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
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 b37a66fd3f..7da5464c86 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -143,7 +143,7 @@ Includes:
endef
define Package/iptables-mod-ipset
-$(call Package/iptables/Module, @LINUX_2_6)
+$(call Package/iptables/Module,)
TITLE:=IPset iptables extensions
endef