summaryrefslogtreecommitdiffstats
path: root/package/siit
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-12-23 09:53:06 +0000
committerNicolas Thill <nico@openwrt.org>2009-12-23 09:53:06 +0000
commit33db8762485ca24756115945d58fa6be2e830bdd (patch)
treed18ba3008e0d11b1879233643df361ad5ec06241 /package/siit
parent214b3c90f3ef142cb59b527d83f1734508adb9a3 (diff)
downloadmaster-31e0f0ae-33db8762485ca24756115945d58fa6be2e830bdd.tar.gz
master-31e0f0ae-33db8762485ca24756115945d58fa6be2e830bdd.tar.bz2
master-31e0f0ae-33db8762485ca24756115945d58fa6be2e830bdd.zip
disable a few packages failing on pxcab (marking them as BROKEN)
SVN-Revision: 18903
Diffstat (limited to 'package/siit')
-rw-r--r--package/siit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/siit/Makefile b/package/siit/Makefile
index f73e9584e5..5d71ebdb26 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
+ DEPENDS:=@!LINUX_2_6_31 @(!(TARGET_pxcab)||BROKEN)
FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,siit)
endef