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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user