disable a few packages failing on ps3 as well (marking them as BROKEN)

SVN-Revision: 18905
This commit is contained in:
Nicolas Thill
2009-12-23 11:08:22 +00:00
parent 4d568a18b1
commit 5734bdddcd
3 changed files with 3 additions and 3 deletions

View File

@@ -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