summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-03-31 11:09:06 +0000
committerJohn Crispin <john@openwrt.org>2010-03-31 11:09:06 +0000
commite7cab3a71ec09a26666a78d754ef1832da9ed5b7 (patch)
tree6d27a075920cbc8e25b90495e8590981d3d34f32
parent0abc7e6d5312e5dedf8cf264a03943d121242ff5 (diff)
downloadmaster-31e0f0ae-e7cab3a71ec09a26666a78d754ef1832da9ed5b7.tar.gz
master-31e0f0ae-e7cab3a71ec09a26666a78d754ef1832da9ed5b7.tar.bz2
master-31e0f0ae-e7cab3a71ec09a26666a78d754ef1832da9ed5b7.zip
uboot only builds with gcc 3.4.6
SVN-Revision: 20635
-rw-r--r--package/uboot-ifxmips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile
index 932c17f41d..6b78c3d0af 100644
--- a/package/uboot-ifxmips/Makefile
+++ b/package/uboot-ifxmips/Makefile
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/uboot-ifxmips
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=@TARGET_ifxmips
+ DEPENDS:=@TARGET_ifxmips @BROKEN
TITLE:=U-Boot for Infineon MIPS boards
URL:=http://www.denx.de/wiki/U-Boot
endef