From 8e53bd3e29b9593470c0fe99ec1fae72deb4c2d8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 18 Sep 2011 02:17:20 +0200 Subject: [PATCH] u-boot: Build only for ARM. --- lfs/u-boot | 1 + make.sh | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lfs/u-boot b/lfs/u-boot index 3b5a77ea9e..6fbd888ebc 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 28a4724d79..b3abaceb4f 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 -- 2.39.2