From 59fd46abf6739cb44ad261f2f6ec1feadce83978 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Sat, 16 Oct 2021 13:51:40 +0200 Subject: [PATCH] Down linux version build fail with linux 5.12 or above Signed-off-by: Bensuperpc --- linux-armv7-lts/crosstool-ng.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-armv7-lts/crosstool-ng.config b/linux-armv7-lts/crosstool-ng.config index 7b66d29..f6dec37 100644 --- a/linux-armv7-lts/crosstool-ng.config +++ b/linux-armv7-lts/crosstool-ng.config @@ -268,10 +268,10 @@ CT_LINUX_PKG_NAME="linux" CT_LINUX_SRC_RELEASE=y # CT_LINUX_SRC_DEVEL is not set CT_LINUX_PATCH_ORDER="global" -CT_LINUX_V_5_14=y +# CT_LINUX_V_5_14 is not set # CT_LINUX_V_5_13 is not set # CT_LINUX_V_5_12 is not set -# CT_LINUX_V_5_11 is not set +CT_LINUX_V_5_11=y # CT_LINUX_V_5_10 is not set # CT_LINUX_V_5_9 is not set # CT_LINUX_V_5_8 is not set @@ -301,7 +301,7 @@ CT_LINUX_V_5_14=y # CT_LINUX_V_3_10 is not set # CT_LINUX_V_3_4 is not set # CT_LINUX_V_3_2 is not set -CT_LINUX_VERSION="5.14.1" +CT_LINUX_VERSION="5.11.21" CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})" CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}" CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"