kernel-headers: bump 3.8.10, add 3.9
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ebb07458b5
commit
c322c57cc4
@ -6,7 +6,7 @@ comment "Kernel Header Options"
|
||||
|
||||
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
|
||||
@ -47,6 +47,9 @@ choice
|
||||
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"
|
||||
|
||||
@ -71,6 +74,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user