aboutsummaryrefslogtreecommitdiffstats
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
commitcc44a0b0da7dce0fbf454ea4e3471b0d929e6a51 (patch)
treec24a486b7dc2ea8e2569ca1d7b61ac3816bb1019 /package/iptables/Makefile
parentfd588f4196a4e7622a93e194b44bf487f60440ec (diff)
downloadupstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.tar.gz
upstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.tar.bz2
upstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.zip
remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 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 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