|
@@ -34,10 +34,14 @@ choice
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_2_6_30
|
|
config BR2_KERNEL_HEADERS_2_6_30
|
|
bool "Linux 2.6.30.x kernel headers"
|
|
bool "Linux 2.6.30.x kernel headers"
|
|
- depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
|
|
+ depends on BR2_DEPRECATED
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_2_6_31
|
|
config BR2_KERNEL_HEADERS_2_6_31
|
|
bool "Linux 2.6.31.x kernel headers"
|
|
bool "Linux 2.6.31.x kernel headers"
|
|
|
|
+ depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
+
|
|
|
|
+ config BR2_KERNEL_HEADERS_2_6_32
|
|
|
|
+ bool "Linux 2.6.32.x kernel headers"
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_VERSION
|
|
config BR2_KERNEL_HEADERS_VERSION
|
|
bool "Linux 2.6 (manually specified version)"
|
|
bool "Linux 2.6 (manually specified version)"
|
|
@@ -67,5 +71,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29
|
|
default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29
|
|
default "2.6.30.9" if BR2_KERNEL_HEADERS_2_6_30
|
|
default "2.6.30.9" if BR2_KERNEL_HEADERS_2_6_30
|
|
default "2.6.31.6" if BR2_KERNEL_HEADERS_2_6_31
|
|
default "2.6.31.6" if BR2_KERNEL_HEADERS_2_6_31
|
|
|
|
+ default "2.6.32" if BR2_KERNEL_HEADERS_2_6_31
|
|
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
|
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
|
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|