diff --git a/buildroot/configs/ottercast_s3_defconfig b/buildroot/configs/ottercast_s3_defconfig index f94f26a..b7d6c99 100644 --- a/buildroot/configs/ottercast_s3_defconfig +++ b/buildroot/configs/ottercast_s3_defconfig @@ -1,6 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_PER_PACKAGE_DIRECTORIES=y BR2_TARGET_GENERIC_HOSTNAME="ottercast" @@ -15,7 +16,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BR2_EXTERNAL_OTTERCASTAUDIO_PATH)/board/otter/ottercast-S3/genimage.cfg" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.8" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.92" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OTTERCASTAUDIO_PATH)/board/otter/ottercast-S3/linux/patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OTTERCASTAUDIO_PATH)/board/otter/ottercast-S3/linux/defconfig"