Update kernel 20200702 (#757)

* Odroid: Update kernel 5.7.7

* Linux: Update kernel 5.4.50

* RaspberryPi: Update kernel 4.19.127 - a03605b08ae73107100c72dc92c92adf0dde3e42

* Fix script

* Add bcm2711-rpi-cm4
This commit is contained in:
Pascal Vizeli
2020-07-02 11:28:39 +02:00
committed by GitHub
parent 9d6b3a1d0b
commit 375e688938
15 changed files with 27 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ if [ -z "$1" ]; then
fi
echo "Use firmware: https://github.com/raspberrypi/firmware/archive/$1.tar.gz"
if [ -z "$2" ] && [ -f "$2" ]; then
if [ -z "$2" ] || ! [ -f "$2" ]; then
echo "Need buildroot patch file!"
exit 1
fi