From 32594dc7f8554109301ccf83925a58939f32b7fd Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Thu, 10 Apr 2025 09:55:06 -0700 Subject: [PATCH 1/2] compile for older kernel taret --- armv7-unknown-linux-gnueabihf/.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/armv7-unknown-linux-gnueabihf/.config b/armv7-unknown-linux-gnueabihf/.config index da2fd9d..c9b48b8 100644 --- a/armv7-unknown-linux-gnueabihf/.config +++ b/armv7-unknown-linux-gnueabihf/.config @@ -287,7 +287,7 @@ CT_LINUX_PATCH_ORDER="global" # 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_10=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 # CT_LINUX_V_5_7 is not set @@ -314,10 +314,10 @@ CT_LINUX_V_5_10=y # CT_LINUX_V_3_13 is not set # CT_LINUX_V_3_12 is not set # CT_LINUX_V_3_10 is not set -# CT_LINUX_V_3_4 is not set +CT_LINUX_V_3_4=y # CT_LINUX_V_3_2 is not set # CT_LINUX_V_2_6_32 is not set -CT_LINUX_VERSION="5.10.222" +CT_LINUX_VERSION="3.2.0" 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}" From 6c67a996ac3c358d715c91266a63dde527ea3f78 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Thu, 10 Apr 2025 15:48:57 -0700 Subject: [PATCH 2/2] typo --- armv7-unknown-linux-gnueabihf/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armv7-unknown-linux-gnueabihf/.config b/armv7-unknown-linux-gnueabihf/.config index c9b48b8..cdf0765 100644 --- a/armv7-unknown-linux-gnueabihf/.config +++ b/armv7-unknown-linux-gnueabihf/.config @@ -317,7 +317,7 @@ CT_LINUX_PATCH_ORDER="global" CT_LINUX_V_3_4=y # CT_LINUX_V_3_2 is not set # CT_LINUX_V_2_6_32 is not set -CT_LINUX_VERSION="3.2.0" +CT_LINUX_VERSION="3.4.0" 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}"