From: Michael Tremer Date: Sun, 18 Sep 2011 00:17:20 +0000 (+0200) Subject: u-boot: Build only for ARM. X-Git-Tag: v2.9-core54~13^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e53bd3e29b9593470c0fe99ec1fae72deb4c2d8;p=people%2Ftrikolon%2Fipfire-2.x.git u-boot: Build only for ARM. --- diff --git a/lfs/u-boot b/lfs/u-boot index 3b5a77ea9..6fbd888eb 100644 --- a/lfs/u-boot +++ b/lfs/u-boot @@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = armv5tel ############################################################################### # Top-level Rules diff --git a/make.sh b/make.sh index 28a4724d7..b3abaceb4 100755 --- a/make.sh +++ b/make.sh @@ -371,10 +371,7 @@ buildipfire() { ipfiremake xz ipfiremake linux-firmware ipfiremake zd1211-firmware - - if [ "${MACHINE_TYPE}" == "arm" ]; then - ipfiremake u-boot - fi + ipfiremake u-boot # The xen and PAE kernels are only available for x86 if [ "${MACHINE_TYPE}" != "arm" ]; then