|
@@ -6,7 +6,7 @@ comment "Kernel Header Options"
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "Kernel Headers"
|
|
prompt "Kernel Headers"
|
|
- default BR2_KERNEL_HEADERS_2_6_29
|
|
|
|
|
|
+ default BR2_KERNEL_HEADERS_2_6_30
|
|
|
|
|
|
help
|
|
help
|
|
Select the version of kernel header files you wish to use.
|
|
Select the version of kernel header files you wish to use.
|
|
@@ -38,10 +38,14 @@ choice
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_2_6_28
|
|
config BR2_KERNEL_HEADERS_2_6_28
|
|
bool "Linux 2.6.28.x kernel headers"
|
|
bool "Linux 2.6.28.x kernel headers"
|
|
- depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
|
|
+ depends on BR2_DEPRECATED
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_2_6_29
|
|
config BR2_KERNEL_HEADERS_2_6_29
|
|
bool "Linux 2.6.29.x kernel headers"
|
|
bool "Linux 2.6.29.x kernel headers"
|
|
|
|
+ depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
+
|
|
|
|
+ config BR2_KERNEL_HEADERS_2_6_30
|
|
|
|
+ bool "Linux 2.6.30.x kernel headers"
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_SNAP
|
|
config BR2_KERNEL_HEADERS_SNAP
|
|
bool "Linux 2.6 snapshot"
|
|
bool "Linux 2.6 snapshot"
|
|
@@ -63,5 +67,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "2.6.27.24" if BR2_KERNEL_HEADERS_2_6_27
|
|
default "2.6.27.24" if BR2_KERNEL_HEADERS_2_6_27
|
|
default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28
|
|
default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28
|
|
default "2.6.29.4" if BR2_KERNEL_HEADERS_2_6_29
|
|
default "2.6.29.4" if BR2_KERNEL_HEADERS_2_6_29
|
|
|
|
+ default "2.6.30" if BR2_KERNEL_HEADERS_2_6_30
|
|
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
|
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
|
|
|
|