]> Git Repo - buildroot-mgba.git/commitdiff
configs/qemu_s390x: bump kernel version to 6.1.4
authorAlexander Egorenkov <[email protected]>
Wed, 25 Jan 2023 12:53:11 +0000 (13:53 +0100)
committerThomas Petazzoni <[email protected]>
Sat, 28 Jan 2023 20:02:12 +0000 (21:02 +0100)
Signed-off-by: Alexander Egorenkov <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/qemu_s390x_defconfig

index 346df04adabf3128cea4d5e175f1d69ad29f0554..6bbcca0896de0d22953683ff102c483c5ec70618 100644 (file)
@@ -12,12 +12,12 @@ BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
 # Linux headers same as kernel
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.18"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.4"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
This page took 0.038497 seconds and 4 git commands to generate.