1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 21:07:09 +00:00

Bump up firmware to 20190514

This commit is contained in:
niusmallnan
2019-06-10 13:13:25 +08:00
committed by niusmallnan
parent 08504247ca
commit 6c7ec07805
4 changed files with 11 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ echo "FIRMWARE test: $FIRMWARE"
if [ ! -e linux-firmware ]; then
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
pushd linux-firmware
git checkout -b ${FIRMWARE_TAG} ${FIRMWARE_TAG}
popd
fi
cd linux-firmware