u-boot: Build only for ARM.

This commit is contained in:
Michael Tremer
2011-09-18 02:17:20 +02:00
parent 70d0654f62
commit 8e53bd3e29
2 changed files with 2 additions and 4 deletions

View 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

View File

@@ -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