aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipset
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-07-29 15:50:32 +0000
committerJohn Crispin <blogic@openwrt.org>2007-07-29 15:50:32 +0000
commita036fad72f4eeb0dba4ef80051265667e7708141 (patch)
tree546d9e3d3922ab79df564ef322fcdf4755852463 /package/ipset
parentc249e776b4761acae33074ea606aaa7a3c16e9b6 (diff)
downloadupstream-a036fad72f4eeb0dba4ef80051265667e7708141.tar.gz
upstream-a036fad72f4eeb0dba4ef80051265667e7708141.tar.bz2
upstream-a036fad72f4eeb0dba4ef80051265667e7708141.zip
Some packages make no sense or do not build for etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset')
-rw-r--r--package/ipset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index bcc80840a3..62e63d36ee 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ipset
SECTION:=net
CATEGORY:=Network
+ DEPENDS:=@!LINUX_2_6_ETRAX
TITLE:=Netfilter ip sets administration utility
URL:=http://ipset.netfilter.org/
endef