aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2010-03-31 11:09:06 +0000
committerJohn Crispin <blogic@openwrt.org>2010-03-31 11:09:06 +0000
commit11e3212fa8dccde96d46b14332abf6cdff91b1ef (patch)
tree7b3829597d86a6103df3665a70873cd6995cecf7 /package/uboot-ifxmips
parent9518d27e8ec2c0d958a89ce52cf777df5adc8489 (diff)
downloadmaster-187ad058-11e3212fa8dccde96d46b14332abf6cdff91b1ef.tar.gz
master-187ad058-11e3212fa8dccde96d46b14332abf6cdff91b1ef.tar.bz2
master-187ad058-11e3212fa8dccde96d46b14332abf6cdff91b1ef.zip
[ifxmips] uboot only builds with gcc 3.4.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips')
-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