From 1969ed42eefb2da6b55e8f9eabf0f71bb95453bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 8 Oct 2014 09:56:30 +0200 Subject: [PATCH] Update common.sh --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index 09b48e558..5fb22fe9f 100644 --- a/common.sh +++ b/common.sh @@ -110,7 +110,7 @@ make -s CROSS_COMPILE=arm-linux-gnueabihf- clean rm -rf output mkdir -p output/boot -# Adding firmware to kernel source +# Adding custom firmware to kernel source if [[ -n "$FIRMWARE" ]]; then unzip -o $SRC/lib/$FIRMWARE -d $DEST/$LINUXSOURCE/firmware; fi # there are two methods of compilation @@ -134,7 +134,7 @@ else cp arch/arm/boot/uImage output/boot/ fi -# add firmware +# add linux firmwares to output image unzip $SRC/lib/bin/linux-firmware.zip -d output/lib/firmware else echo "ERROR: Source file $1 does not exists. Check fetch_from_github configuration."