From 90d47991e8e4e101123a5e476eaf4e7eb3552987 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 3 Jan 2025 11:25:27 +0100 Subject: [PATCH] Update kernel 6.12 to 6.12.8 --- 6.12/include/kernel-6.12 | 4 ++-- 6.12/target/linux/generic/config-6.12 | 11 +++++++++++ build.sh | 4 ++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/6.12/include/kernel-6.12 b/6.12/include/kernel-6.12 index 1e17fc37..6197298a 100644 --- a/6.12/include/kernel-6.12 +++ b/6.12/include/kernel-6.12 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.12 = .6 -LINUX_KERNEL_HASH-6.12.6 = d450ab215de4e1f8bb85e0f4216760fa33fd024b4526b144f4ce0d9012b29c9e +LINUX_VERSION-6.12 = .8 +LINUX_KERNEL_HASH-6.12.8 = 2291da065ca04b715c89ee50362aec3f021a7414bc963f1b56736682c8122979 diff --git a/6.12/target/linux/generic/config-6.12 b/6.12/target/linux/generic/config-6.12 index 256fbc0b..9426cc7e 100644 --- a/6.12/target/linux/generic/config-6.12 +++ b/6.12/target/linux/generic/config-6.12 @@ -8489,3 +8489,14 @@ CONFIG_PROC_MEM_ALWAYS_FORCE=y # CONFIG_NET_DSA_MV88E6XXX_LEDS is not set # CONFIG_OF_PARTITION is not set # CONFIG_HISILICON_ERRATUM_162100801 is not set +# CONFIG_IMX_SCMI_MISC_DRV is not set +# CONFIG_VIDEO_TW9900 is not set +# CONFIG_SND_UTIMER is not set +# CONFIG_SND_SOC_AK4619 is not set +# CONFIG_SND_SOC_AW87390 is not set +# CONFIG_SND_SOC_AW88399 is not set +# CONFIG_SND_SOC_CS530X_I2C is not set +# CONFIG_SND_SOC_ES8311 is not set +# CONFIG_SND_SOC_PCM6240 is not set +# CONFIG_SND_SOC_RTQ9128 is not set +# CONFIG_SND_SOC_MT6357 is not set diff --git a/build.sh b/build.sh index e8e0c071..00ca4e87 100755 --- a/build.sh +++ b/build.sh @@ -968,6 +968,10 @@ if [ "$OMR_KERNEL" = "6.12" ]; then #echo 'CONFIG_KERNEL_GIT_CLONE_URI="https://github.com/multipath-tcp/mptcp_net-next.git"' >> ".config" #echo 'CONFIG_KERNEL_GIT_REF="92590173530711151d50d13b145a9621b5e8d239"' >> ".config" echo 'CONFIG_PACKAGE_apk-openssl=y' >> ".config" + if [ ! -d target/linux/`sed -nE 's/CONFIG_TARGET_([a-z0-9]*)=y/\1/p' ".config" | tr -d "\n"`/patches-6.12 ]; then + echo "Sorry but kernel 6.12 is not supported on your arch yet" + NOT_SUPPORTED="1" + fi fi #rm -rf feeds/packages/libs/libwebp