From 46821c70a11422c0154d1dfa2746ed7db9bc3c75 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 28 Jun 2015 18:57:03 +0100 Subject: coreboot-libre: move GRUB configs to grub/ --- resources/scripts/helpers/build/roms/withgrub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/scripts/helpers/build/roms/withgrub') diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index c3b33c57..dbd89e1e 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -38,7 +38,7 @@ if [ $# -gt 0 ]; then boards="$@" else # build all ROM images - boards="$(ls resources/libreboot/config/)" + boards="$(ls resources/libreboot/config/grub/)" fi @@ -70,7 +70,7 @@ cd ../ # Build ROM images for supported boards for board in ${boards} do - if [ -f "resources/libreboot/config/${board}/config" ]; then + if [ -f "resources/libreboot/config/grub/${board}/config" ]; then ./build roms helper ${board} fi done -- cgit v1.2.3-70-g09d2