summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-23 11:08:22 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-23 11:08:22 +0000
commitbf476ef71d1da48fd62b167ed084dda524c13e29 (patch)
treef32e09be9ada3e4076d6d707408b98b7efac3ec2
parent039ecf74509e7495ede20fe3e6100538be5aaa3f (diff)
[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
-rw-r--r--package/ipset/Makefile2
-rw-r--r--package/mac80211/Makefile2
-rw-r--r--package/siit/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 4c3409b19..7a2e8a1e8 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
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index a494d5437..4cef28594 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -33,7 +33,7 @@ WMENU:=Wireless Drivers
define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=http://linuxwireless.org/
- DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN)
+ DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define KernelPackage/mac80211
diff --git a/package/siit/Makefile b/package/siit/Makefile
index 5d71ebdb2..b94840c81 100644
--- a/package/siit/Makefile
+++ b/package/siit/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/siit
SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm
- DEPENDS:=@!LINUX_2_6_31 @(!(TARGET_pxcab)||BROKEN)
+ DEPENDS:=@!LINUX_2_6_31 @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,siit)
endef