]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
u-boot: Build only for ARM.
[ipfire-2.x.git] / make.sh
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