From 57afd5f31674dfcc1052c11cedc110733014314c Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Fri, 27 Oct 2023 08:55:53 +0200 Subject: [PATCH] bump raspberrypi kernel to latest stable_20231024 --- buildroot-external/configs/raspmatic_rpi0_defconfig | 2 +- buildroot-external/configs/raspmatic_rpi2_defconfig | 2 +- buildroot-external/configs/raspmatic_rpi3_defconfig | 2 +- buildroot-external/configs/raspmatic_rpi4_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildroot-external/configs/raspmatic_rpi0_defconfig b/buildroot-external/configs/raspmatic_rpi0_defconfig index 58bcca6a18..a4e88316a4 100644 --- a/buildroot-external/configs/raspmatic_rpi0_defconfig +++ b/buildroot-external/configs/raspmatic_rpi0_defconfig @@ -22,7 +22,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi0/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi0/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/1.20230405.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/stable_20231024.tar.gz" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi0/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi0/kernel_defconfig" diff --git a/buildroot-external/configs/raspmatic_rpi2_defconfig b/buildroot-external/configs/raspmatic_rpi2_defconfig index 9c4e84a94a..c69b3d3247 100644 --- a/buildroot-external/configs/raspmatic_rpi2_defconfig +++ b/buildroot-external/configs/raspmatic_rpi2_defconfig @@ -23,7 +23,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi2/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi2/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/1.20230405.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/stable_20231024.tar.gz" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi2/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi2/kernel_defconfig" diff --git a/buildroot-external/configs/raspmatic_rpi3_defconfig b/buildroot-external/configs/raspmatic_rpi3_defconfig index 6da8673bca..d658fe246e 100644 --- a/buildroot-external/configs/raspmatic_rpi3_defconfig +++ b/buildroot-external/configs/raspmatic_rpi3_defconfig @@ -24,7 +24,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi3/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi3/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/1.20230405.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/stable_20231024.tar.gz" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi3/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi3/kernel_defconfig" diff --git a/buildroot-external/configs/raspmatic_rpi4_defconfig b/buildroot-external/configs/raspmatic_rpi4_defconfig index 26ee0bf6d5..1069e1647a 100644 --- a/buildroot-external/configs/raspmatic_rpi4_defconfig +++ b/buildroot-external/configs/raspmatic_rpi4_defconfig @@ -25,7 +25,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi4/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi4/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/1.20230405.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/stable_20231024.tar.gz" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi4/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/rpi4/kernel_defconfig"