aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-07-23 11:40:49 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-07-23 11:40:49 +0100
commit230572c6dd20478fbd5211cfd9e4c2d0cf2d2825 (patch)
tree9aabccf0584e95988d87d51e1306bdea562848d9
parentc1a4ac62378c1ee3e3b5d88effa3897dfe32de14 (diff)
Switch to linux-4.2-rc3
-rwxr-xr-xin-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/in-chroot.sh b/in-chroot.sh
index 5923319..9a75baa 100755
--- a/in-chroot.sh
+++ b/in-chroot.sh
@@ -9,7 +9,7 @@ type -p md5sum || apt-get install -y md5sum
DISTRO=$(lsb_release -cs)
if [[ ${DISTRO} =~ (trusty|utopic|vivid|wily) ]]; then
- wget --progress=dot -e dotbytes=10M -O new-kernel.tar.bz2 http://people.linaro.org/~andrew.mcdermott/mustang-deploy/prebuilt-linux-4.1.2.tar.bz2
+ wget --progress=dot -e dotbytes=10M -O new-kernel.tar.bz2 http://people.linaro.org/~andrew.mcdermott/mustang-deploy/prebuilt-linux-4.2-rc3.tar.bz2
md5sum new-kernel.tar.bz2
tar -C / -xf new-kernel.tar.bz2
fi