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

SVN-Revision: 18903
This commit is contained in:
Nicolas Thill
2009-12-23 09:53:06 +00:00
parent 214b3c90f3
commit 33db876248
4 changed files with 4 additions and 4 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
DEPENDS:=@!LINUX_2_6_31 @(!(TARGET_pxcab)||BROKEN)
FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,siit)
endef