aboutsummaryrefslogtreecommitdiff
path: root/scripts/linux.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-22 18:26:18 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-22 18:26:18 -0400
commit73692b5ba9f28b75e226152044b18409a7df7685 (patch)
tree06e8dbb42994ee65c8c815de3c23e5d2a910716d /scripts/linux.sh
parentb3810b12552a937dcb6486ccf775a0bd9094db23 (diff)
downloadmin-73692b5ba9f28b75e226152044b18409a7df7685.tar.gz
min-73692b5ba9f28b75e226152044b18409a7df7685.tar.xz
Addex XZ as well as sources and a working "tar" for the system.
( I need to rename it to cpio )
Diffstat (limited to 'scripts/linux.sh')
-rw-r--r--scripts/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux.sh b/scripts/linux.sh
index 2bfedd8..407407f 100644
--- a/scripts/linux.sh
+++ b/scripts/linux.sh
@@ -1,6 +1,6 @@
#!/bin/sh
. ./.vars
-VERSION=4.16.2
+VERSION=4.16.3
KERNEL_TAR_PKG="${build_dir}/linux-$VERSION/linux-$VERSION-x86.tar"
cd $build_dir
if ! [ -d "${build_dir}/linux-$VERSION" ] ; then