summaryrefslogtreecommitdiffstats
path: root/testing/source/k/build-all-kernels.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/k/build-all-kernels.sh')
-rwxr-xr-xtesting/source/k/build-all-kernels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/source/k/build-all-kernels.sh b/testing/source/k/build-all-kernels.sh
index 5d1d5daac..df1cea036 100755
--- a/testing/source/k/build-all-kernels.sh
+++ b/testing/source/k/build-all-kernels.sh
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
if [ -z "$VERSION" ]; then
# Get the filename of the newest kernel tarball:
KERNEL_SOURCE_FILE="$(/bin/ls -t linux-*.tar.?z | head -n 1 )"