|
|
@@ -24,12 +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_5_4
|
|
|
- bool "Linux 5.4.x kernel headers"
|
|
|
- # Support was introduced in Linux 5.19
|
|
|
- depends on !BR2_loongarch64
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_5_10
|
|
|
bool "Linux 5.10.x kernel headers"
|
|
|
# Support was introduced in Linux 5.19
|
|
|
@@ -466,7 +460,6 @@ endchoice
|
|
|
|
|
|
config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
string
|
|
|
- default "5.4.302" if BR2_KERNEL_HEADERS_5_4
|
|
|
default "5.10.247" if BR2_KERNEL_HEADERS_5_10
|
|
|
default "5.15.197" if BR2_KERNEL_HEADERS_5_15
|
|
|
default "6.1.159" if BR2_KERNEL_HEADERS_6_1
|