Loading toolchain/kernel-headers/Config.in +6 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading @@ -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
toolchain/kernel-headers/Config.in +6 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading @@ -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