summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-20 20:03:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-20 20:03:52 +0000
commitf30ff914a6529de3563d0e6cb476e830e38a383c (patch)
tree6d1734098dfd2a8a2b7109a3ac0a7bbf25322374 /package
parent999846802f357d540ffa89721d4742fda0cc3014 (diff)
downloadmtk-20170518-f30ff914a6529de3563d0e6cb476e830e38a383c.zip
mtk-20170518-f30ff914a6529de3563d0e6cb476e830e38a383c.tar.gz
mtk-20170518-f30ff914a6529de3563d0e6cb476e830e38a383c.tar.bz2
mark ipset as 2.6 only
SVN-Revision: 9382
Diffstat (limited to 'package')
-rw-r--r--package/ipset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 183b76e..a69cbd3 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ipset
SECTION:=net
CATEGORY:=Network
- DEPENDS:=@!TARGET_etrax
+ DEPENDS:=@!TARGET_etrax @LINUX_2_6
TITLE:=Netfilter ip sets administration utility
URL:=http://ipset.netfilter.org/
endef