1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Update kernel 6.12 to 6.12.8

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-01-03 11:25:27 +01:00
parent 53e844418b
commit 90d47991e8
3 changed files with 17 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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