Skip to content

Commit 6093671

Browse files
committed
configs-base: use correct kernel headers version
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 37a2088 commit 6093671

File tree

1 file changed

+1
-1
lines changed
  • configs-base/pre/buildroot

1 file changed

+1
-1
lines changed

configs-base/pre/buildroot/kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y
1111
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.13.3"
1212

1313
# latest possible linux headers version
14-
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_13=y
14+
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
1515

1616
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
1717
BR2_KERNEL_HEADERS_AS_KERNEL=y

0 commit comments

Comments
 (0)