|
@@ -3,8 +3,8 @@ BR2_riscv=y
|
|
|
BR2_RISCV_64=y
|
|
|
# BR2_RISCV_USE_MMU is not set
|
|
|
|
|
|
-# Linux headers same as kernel, a 5.19 series
|
|
|
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y
|
|
|
+# Linux headers same as kernel
|
|
|
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
|
|
|
|
|
|
# Busybox with hush
|
|
|
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
|
|
@@ -22,7 +22,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
|
|
|
# Kernel
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
|
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.19"
|
|
|
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.26"
|
|
|
BR2_LINUX_KERNEL_DEFCONFIG="nommu_virt"
|
|
|
BR2_LINUX_KERNEL_IMAGE=y
|
|
|
|