From 57e24176faba8d112b7a6399bf6aa4051386d85e Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Wed, 14 Oct 2015 16:16:53 +0500 Subject: [PATCH] Ubuntu-4.2.0-16.19 --- scripts/build-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-common b/scripts/build-common index 5c62e8c..7356dba 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-14.16.tar.gz"} -: ${KERNEL_SHA1:="8a758e030dbcc8c08bf5e026752555ff1aaa8107"} +: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-16.19.tar.gz"} +: ${KERNEL_SHA1:="0cd7d5810860dea5ebcfb11bdc767419288b80b6"} : ${ARTIFACTS:=$(pwd)/assets} : ${BUILD:=/usr/src} : ${CONFIG:=$(pwd)/config}