diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-22 06:10:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-22 06:10:30 +0000 |
commit | 66eee451b94242b8ec72e0c7a3e3b49a06643bc2 (patch) | |
tree | 44bee04e33f531d1ab073b725f583216d55a8a16 | |
parent | 026d20249b3f24db1a891d517bcb4bbd9ce42b8e (diff) | |
download | upstream-66eee451b94242b8ec72e0c7a3e3b49a06643bc2.tar.gz upstream-66eee451b94242b8ec72e0c7a3e3b49a06643bc2.tar.bz2 upstream-66eee451b94242b8ec72e0c7a3e3b49a06643bc2.zip |
wprobe: mask as BROKEN on cris
SVN-Revision: 18883
-rw-r--r-- | package/wprobe/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 786a39d124..85667b771b 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -18,8 +18,12 @@ PKG_CONFIG_DEPENDS = \ include $(INCLUDE_DIR)/package.mk +# XXX: build failure on cris +# wprobe-lib.c:145: error: 'packed' attribute ignored for field of type 'struct <anonymous>' +# wprobe-lib.c:149: error: 'packed' attribute ignored for field of type 'struct <anonymous>' + define Package/wprobe/Default - DEPENDS:=@LINUX_2_6 @(!(TARGET_ps3||TARGET_pxcab)||BROKEN) + DEPENDS:=@LINUX_2_6 @(!(TARGET_ps3||TARGET_pxcab||cris)||BROKEN) endef define KernelPackage/wprobe |