summaryrefslogtreecommitdiffstats
path: root/package/siit/Makefile
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
commit5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0 (patch)
tree336654e375ab734a497e3f81d17cacd47d3080cd /package/siit/Makefile
parent4d568a18b1f2720a7cc8db7d358ea95e066b8d7c (diff)
downloadmaster-31e0f0ae-5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0.tar.gz
master-31e0f0ae-5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0.tar.bz2
master-31e0f0ae-5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0.zip
disable a few packages failing on ps3 as well (marking them as BROKEN)
SVN-Revision: 18905
Diffstat (limited to 'package/siit/Makefile')
-rw-r--r--package/siit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/siit/Makefile b/package/siit/Makefile
index 5d71ebdb26..b94840c819 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