From 73331b3abbd352ff2306bb63eba072257d0ec399 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 15 Aug 2020 21:09:07 +0200 Subject: Kernel: T2797: Update Linux Kernel to v4.19.139 --- packages/linux-kernel/build-kernel.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/linux-kernel/build-kernel.sh') diff --git a/packages/linux-kernel/build-kernel.sh b/packages/linux-kernel/build-kernel.sh index 5e9dd88e..c1fec72a 100755 --- a/packages/linux-kernel/build-kernel.sh +++ b/packages/linux-kernel/build-kernel.sh @@ -30,9 +30,6 @@ echo "I: make x86_64_vyos_defconfig" # Select Kernel configuration - currently there is only one make x86_64_vyos_defconfig -echo "I: Build Debian Kernel package" -make bindeb-pkg LOCALVERSION=${KERNEL_SUFFIX} KDEB_PKGVERSION=${KERNEL_VERSION}-1 -j $(getconf _NPROCESSORS_ONLN) - echo "I: Generate environment file containing Kernel variable" cat << EOF >${CWD}/kernel-vars #!/bin/sh @@ -40,3 +37,6 @@ export KERNEL_VERSION=${KERNEL_VERSION} export KERNEL_SUFFIX=${KERNEL_SUFFIX} export KERNEL_DIR=${CWD}/${KERNEL_SRC} EOF + +echo "I: Build Debian Kernel package" +make bindeb-pkg BUILD_TOOLS=1 LOCALVERSION=${KERNEL_SUFFIX} KDEB_PKGVERSION=${KERNEL_VERSION}-1 -j $(getconf _NPROCESSORS_ONLN) -- cgit v1.2.3