]> git.ipfire.org Git - people/arne_f/ipfire-2.x.git/blobdiff - make.sh
arm-kernel: change platform to kirkwood.
[people/arne_f/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 500fff0a99fc0e05284129f863fca054aea63511..49cff99b329034d57c43d4cd705ecde2ac4a73d4 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -376,6 +376,10 @@ buildipfire() {
   ipfiremake linux-firmware
   ipfiremake zd1211-firmware
 
+  if [ "${MACHINE}" == "arm" ]; then
+       ipfiremake u-boot
+  fi
+
   # The xen and PAE kernels are only available for x86
   if [ "${MACHINE}" != "arm" ]; then
     ipfiremake linux                   XEN=1