|
@@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_4_19
|
|
depends on !BR2_csky
|
|
depends on !BR2_csky
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_5_3
|
|
|
|
- bool "Linux 5.3.x kernel headers"
|
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
|
|
|
-
|
|
|
|
config BR2_KERNEL_HEADERS_5_4
|
|
config BR2_KERNEL_HEADERS_5_4
|
|
bool "Linux 5.4.x kernel headers"
|
|
bool "Linux 5.4.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
@@ -317,7 +313,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "4.9.206" if BR2_KERNEL_HEADERS_4_9
|
|
default "4.9.206" if BR2_KERNEL_HEADERS_4_9
|
|
default "4.14.159" if BR2_KERNEL_HEADERS_4_14
|
|
default "4.14.159" if BR2_KERNEL_HEADERS_4_14
|
|
default "4.19.90" if BR2_KERNEL_HEADERS_4_19
|
|
default "4.19.90" if BR2_KERNEL_HEADERS_4_19
|
|
- default "5.3.18" if BR2_KERNEL_HEADERS_5_3
|
|
|
|
default "5.4.5" if BR2_KERNEL_HEADERS_5_4
|
|
default "5.4.5" if BR2_KERNEL_HEADERS_5_4
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|