mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
configs/sipeed_licheee_rv_defconfig: use 6.1 kernel headers
The kernel used is based on 6.1-rc3, so use the recently introduced 6.1 kernel headers version to fix a build issue: Incorrect selection of kernel headers: expected 6.0.x, got 6.1.x Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dfbe4215cd
commit
73125c7412
@ -1,5 +1,5 @@
|
||||
BR2_riscv=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
|
||||
BR2_ROOTFS_OVERLAY="board/sipeed/lichee_rv/overlay"
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/sipeed/lichee_rv/genimage.cfg"
|
||||
|
Loading…
Reference in New Issue
Block a user