]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
u-boot: Build only for ARM.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Sep 2011 00:17:20 +0000 (02:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Sep 2011 00:17:20 +0000 (02:17 +0200)
lfs/u-boot
make.sh

index 3b5a77ea9e89b29f515a52a309969a9f04f1cc04..6fbd888ebc991342cd856cbee40605190240e485 100644 (file)
@@ -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 28a4724d795f76734faeb67d2a07f670aa0e0fb0..b3abaceb4fb60ac783de334c4d1052c0f75186bf 100755 (executable)
--- 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