aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipset/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/ipset/Makefile
parent0410a7b5493313a4d70a2a62b96c0dfe377e1fb6 (diff)
downloadupstream-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.gz
upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.bz2
upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.zip
remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 012505fe8c..efd439b7fe 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -19,7 +19,7 @@ PKG_MD5SUM:=9060d549a18c1c0794fa47a71343d627
include $(INCLUDE_DIR)/package.mk
define Package/ipset/Default
- DEPENDS:= @LINUX_2_6 @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
+ DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define Package/ipset