From 9223859584aaa391f8fe855b6fb1a1e64c1b5243 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 6 Oct 2021 15:14:09 +0200 Subject: [PATCH] Return to kernel 4.10 Signed-off-by: Bensuperpc --- manylinux2014-aarch64/crosstool-ng.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manylinux2014-aarch64/crosstool-ng.config b/manylinux2014-aarch64/crosstool-ng.config index 8772991..cbcbd2a 100644 --- a/manylinux2014-aarch64/crosstool-ng.config +++ b/manylinux2014-aarch64/crosstool-ng.config @@ -222,14 +222,14 @@ CT_BUILD_SUFFIX="" # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="4.9.283" +CT_KERNEL_VERSION="4.10.8" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y # CT_KERNEL_LINUX_CUSTOM is not set -# CT_KERNEL_V_4_10 is not set -CT_KERNEL_V_4_9=y +CT_KERNEL_V_4_10=y +# CT_KERNEL_V_4_9 is not set # CT_KERNEL_V_4_4 is not set # CT_KERNEL_V_4_1 is not set # CT_KERNEL_V_3_16 is not set