aboutsummaryrefslogtreecommitdiffstats
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
commitc8fb2cad0abad77cfc68b0cba3cb3de9897f59b0 (patch)
tree04a84e92a51b8194a433ad1038b3150fe7f068b7 /package/siit
parent429d4436db41a9726b61eb742af10979617d4b82 (diff)
downloadupstream-c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0.tar.gz
upstream-c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0.tar.bz2
upstream-c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0.zip
[package] disable a few packages failing on pxcab (marking them as BROKEN)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18903 3c298f89-4303-0410-b956-a3cf2f4a3e73
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