diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-23 11:08:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-23 11:08:22 +0000 |
commit | 2c33c40f4b6683037815c0a6b90146b74491b168 (patch) | |
tree | f32e09be9ada3e4076d6d707408b98b7efac3ec2 /package/siit/Makefile | |
parent | addc8f722ac044e1c1a87f16c7026ad62bb8fbe7 (diff) | |
download | upstream-2c33c40f4b6683037815c0a6b90146b74491b168.tar.gz upstream-2c33c40f4b6683037815c0a6b90146b74491b168.tar.bz2 upstream-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/siit/Makefile')
-rw-r--r-- | package/siit/Makefile | 2 |
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 |