aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipset
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-12-23 11:08:22 +0000
committerNicolas Thill <nico@openwrt.org>2009-12-23 11:08:22 +0000
commit2c33c40f4b6683037815c0a6b90146b74491b168 (patch)
treef32e09be9ada3e4076d6d707408b98b7efac3ec2 /package/ipset
parentaddc8f722ac044e1c1a87f16c7026ad62bb8fbe7 (diff)
downloadmaster-187ad058-2c33c40f4b6683037815c0a6b90146b74491b168.tar.gz
master-187ad058-2c33c40f4b6683037815c0a6b90146b74491b168.tar.bz2
master-187ad058-2c33c40f4b6683037815c0a6b90146b74491b168.zip
[package] disable a few packages failing on ps3 as well (marking them as BROKEN)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset')
-rw-r--r--package/ipset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 4c3409b19b..7a2e8a1e85 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -19,7 +19,7 @@ PKG_MD5SUM:=d104007fdf5ea64fef774c22b1c0a97b
include $(INCLUDE_DIR)/package.mk
define Package/ipset/Default
- DEPENDS:= @LINUX_2_6 @(!(TARGET_pxcab)||BROKEN)
+ DEPENDS:= @LINUX_2_6 @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define Package/ipset