summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/grub/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 04abd0ab1..1fb2d03a3 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -1176,6 +1176,18 @@ build() {
elif [[ "${CARCH}" = 'armv7h' ]]; then
msg 'Build grub U-Boot for BeagleBone and BeagleBone Black (am335x-bone) stuff'
_build_grub-uboot_am335x-bone
+
+ msg 'Build grub U-Boot for BeagleBoard (omap3_beagle) stuff'
+ _build_grub-uboot_omap3_beagle
+
+ msg 'Build grub U-Boot for BeagleBoard-xM (omap3_beagle_xm) stuff'
+ _build_grub-uboot_omap3_beagle_xm
+
+ msg 'Build grub U-Boot for BeagleBoard-xM rev A/B (omap3_beagle_xm_ab) stuff'
+ _build_grub-uboot_omap3_beagle_xm_ab
+
+ msg 'Build grub U-Boot for UDOO (udoo) stuff'
+ _build_grub-uboot_udoo
fi
if [[ "${_GRUB_EMU_BUILD}" = '1' ]]; then