|
@@ -41,12 +41,6 @@ choice
|
|
depends on !BR2_nios2
|
|
depends on !BR2_nios2
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
|
|
|
|
- config BR2_KERNEL_HEADERS_3_17
|
|
|
|
- bool "Linux 3.17.x kernel headers"
|
|
|
|
- depends on BR2_DEPRECATED_SINCE_2015_05
|
|
|
|
- depends on !BR2_nios2
|
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
|
|
|
|
-
|
|
|
|
config BR2_KERNEL_HEADERS_3_18
|
|
config BR2_KERNEL_HEADERS_3_18
|
|
bool "Linux 3.18.x kernel headers"
|
|
bool "Linux 3.18.x kernel headers"
|
|
depends on !BR2_nios2
|
|
depends on !BR2_nios2
|
|
@@ -221,7 +215,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "3.10.100" if BR2_KERNEL_HEADERS_3_10
|
|
default "3.10.100" if BR2_KERNEL_HEADERS_3_10
|
|
default "3.12.56" if BR2_KERNEL_HEADERS_3_12
|
|
default "3.12.56" if BR2_KERNEL_HEADERS_3_12
|
|
default "3.14.64" if BR2_KERNEL_HEADERS_3_14
|
|
default "3.14.64" if BR2_KERNEL_HEADERS_3_14
|
|
- default "3.17.8" if BR2_KERNEL_HEADERS_3_17
|
|
|
|
default "3.18.28" if BR2_KERNEL_HEADERS_3_18
|
|
default "3.18.28" if BR2_KERNEL_HEADERS_3_18
|
|
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
|
|
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
|
|
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
|
|
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
|