From 74ad81249871df57454c6f442f33f2e446018252 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Thu, 1 Oct 2015 23:34:09 +0500 Subject: [PATCH] Ubuntu-4.2.0-14.16 --- scripts/build-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}