diff --git a/scripts/build-common b/scripts/build-common index 8723938..5c62e8c 100644 --- a/scripts/build-common +++ b/scripts/build-common @@ -1,8 +1,8 @@ #!/bin/bash set -e -: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-10.12.tar.gz"} -: ${KERNEL_SHA1:="0711163d97a787d33de7f0cf6c1a6a0934aabd75"} +: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-14.16.tar.gz"} +: ${KERNEL_SHA1:="8a758e030dbcc8c08bf5e026752555ff1aaa8107"} : ${ARTIFACTS:=$(pwd)/assets} : ${BUILD:=/usr/src} : ${CONFIG:=$(pwd)/config}