mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
Update common.sh
This commit is contained in:
parent
bf200ecce6
commit
1969ed42ee
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue