# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
+sha256 d06a7be6e73f97d1350677ad3bae0ce7daecb79c2c2902aaabe806f7fa94f041 linux-5.1.tar.xz
sha256 bcfd52bf1faa24f5f712146a873959461e001656ad67717e80b947aa6ad53479 linux-5.0.13.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256 d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e linux-4.20.17.tar.xz
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
- default BR2_KERNEL_HEADERS_5_0
+ default BR2_KERNEL_HEADERS_5_1
help
Select the kernel version to get headers from.
bool "Linux 5.0.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
+config BR2_KERNEL_HEADERS_5_1
+ bool "Linux 5.1.x kernel headers"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
+
config BR2_KERNEL_HEADERS_VERSION
bool "Manually specified Linux version"
help
This is used to hide/show some packages that have strict
requirements on the version of kernel headers.
+config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1
+ bool "5.1.x"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
+
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0
bool "5.0.x"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
default "4.19.40" if BR2_KERNEL_HEADERS_4_19
default "4.20.17" if BR2_KERNEL_HEADERS_4_20
default "5.0.13" if BR2_KERNEL_HEADERS_5_0
+ default "5.1" if BR2_KERNEL_HEADERS_5_1
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \