1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-31 12:26:37 +00:00

Updates for 4.4.15 and many more modules

This commit is contained in:
Darren Shepherd
2016-08-09 23:37:34 -07:00
parent b6d7afdaba
commit e505ee28dd
4 changed files with 4583 additions and 1744 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-30.49-rancher.tar.gz"}
: ${KERNEL_SHA1:="34b4b41128bed2f8ce585fbee1b893f47b1985da"}
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-34.53-rancher.tar.gz"}
: ${KERNEL_SHA1:="5fddc66e2016c93e9fd9bbea4077272e3f02e7fc"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}
@@ -52,7 +52,7 @@ create_firmware_tar() {
fi
done
tar cf firmware-extra.tar --transform 's,^./,lib/firmware/,' -C linux-firmware .
tar cf firmware-extra.tar --transform 's,^./,lib/firmware/,' -C linux-firmware --exclude .git .
}
move_files() {