# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
#
include $(TOPDIR)/rules.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