|
@@ -18,26 +18,14 @@ choice
|
|
|
bool "Linux 3.0.x kernel headers"
|
|
|
depends on !BR2_arc
|
|
|
|
|
|
- config BR2_KERNEL_HEADERS_3_1
|
|
|
- bool "Linux 3.1.x kernel headers"
|
|
|
- depends on BR2_DEPRECATED_SINCE_2013_02 && !BR2_arc
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_3_2
|
|
|
bool "Linux 3.2.x kernel headers"
|
|
|
depends on !BR2_arc
|
|
|
|
|
|
- config BR2_KERNEL_HEADERS_3_3
|
|
|
- bool "Linux 3.3.x kernel headers"
|
|
|
- depends on BR2_DEPRECATED_SINCE_2013_02 && !BR2_arc
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_3_4
|
|
|
bool "Linux 3.4.x kernel headers"
|
|
|
depends on !BR2_arc
|
|
|
|
|
|
- config BR2_KERNEL_HEADERS_3_5
|
|
|
- bool "Linux 3.5.x kernel headers"
|
|
|
- depends on BR2_DEPRECATED_SINCE_2013_02 && !BR2_arc
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_3_6
|
|
|
bool "Linux 3.6.x kernel headers"
|
|
|
depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
|
|
@@ -83,11 +71,8 @@ config BR2_DEFAULT_KERNEL_VERSION
|
|
|
config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
string
|
|
|
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
|
|
|
- default "3.1.10" if BR2_KERNEL_HEADERS_3_1
|
|
|
default "3.2.54" if BR2_KERNEL_HEADERS_3_2
|
|
|
- default "3.3.8" if BR2_KERNEL_HEADERS_3_3
|
|
|
default "3.4.79" if BR2_KERNEL_HEADERS_3_4
|
|
|
- default "3.5.7" if BR2_KERNEL_HEADERS_3_5
|
|
|
default "3.6.11" if BR2_KERNEL_HEADERS_3_6
|
|
|
default "3.7.10" if BR2_KERNEL_HEADERS_3_7
|
|
|
default "3.8.13" if BR2_KERNEL_HEADERS_3_8
|