choice
prompt "Kernel Headers"
- default BR2_KERNEL_HEADERS_3_8
+ default BR2_KERNEL_HEADERS_3_9
help
Select the version of kernel header files you wish to use.
You must select the correct set of header files to match
config BR2_KERNEL_HEADERS_3_8
bool "Linux 3.8.x kernel headers"
+ config BR2_KERNEL_HEADERS_3_9
+ bool "Linux 3.9.x kernel headers"
+
config BR2_KERNEL_HEADERS_VERSION
bool "Manually specified Linux version"
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.9" if BR2_KERNEL_HEADERS_3_8
+ default "3.8.10" if BR2_KERNEL_HEADERS_3_8
+ default "3.9" if BR2_KERNEL_HEADERS_3_9
default "2.6" if BR2_KERNEL_HEADERS_SNAP
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION