|
@@ -24,11 +24,6 @@ config BR2_KERNEL_HEADERS_AS_KERNEL
|
|
|
depends on BR2_LINUX_KERNEL
|
|
|
select BR2_KERNEL_HEADERS_LATEST if BR2_LINUX_KERNEL_LATEST_VERSION
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_4_14
|
|
|
- bool "Linux 4.14.x kernel headers"
|
|
|
- depends on !BR2_riscv
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_4_19
|
|
|
bool "Linux 4.19.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
@@ -408,7 +403,6 @@ endchoice
|
|
|
|
|
|
config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
string
|
|
|
- default "4.14.336" if BR2_KERNEL_HEADERS_4_14
|
|
|
default "4.19.304" if BR2_KERNEL_HEADERS_4_19
|
|
|
default "5.4.266" if BR2_KERNEL_HEADERS_5_4
|
|
|
default "5.10.207" if BR2_KERNEL_HEADERS_5_10
|