1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-08 16:18:55 +00:00

Bump up firmware to 20190514

This commit is contained in:
niusmallnan
2019-06-10 13:13:25 +08:00
parent b4c31d088c
commit d77dd8bb20
3 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ create_firmware_tar() {
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
(