summaryrefslogtreecommitdiffstats
path: root/package/ipset
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-29 15:50:32 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-29 15:50:32 +0000
commitd1d593a9772d2f1861c67f01a0924200a2ca98d8 (patch)
tree546d9e3d3922ab79df564ef322fcdf4755852463 /package/ipset
parent52def47d88ad74b0224e2cb5fa57f01ead8cc834 (diff)
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 bcc80840a..62e63d36e 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