@@ -5,7 +5,7 @@ comment "Kernel Header Options"
55
66choice
77 prompt "Kernel Headers"
8- default BR2_KERNEL_HEADERS_4_1
8+ default BR2_KERNEL_HEADERS_4_2
99 help
1010 Select the version of kernel header files you wish to use.
1111 You must select the correct set of header files to match
@@ -91,6 +91,10 @@ choice
9191 bool "Linux 4.1.x kernel headers"
9292 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
9393
94+ config BR2_KERNEL_HEADERS_4_2
95+ bool "Linux 4.2.x kernel headers"
96+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
97+
9498 config BR2_KERNEL_HEADERS_VERSION
9599 bool "Manually specified Linux version"
96100endchoice
@@ -112,6 +116,10 @@ choice
112116 This is used to hide/show some packages that have strict
113117 requirements on the version of kernel headers.
114118
119+ config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2
120+ bool "4.2.x"
121+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
122+
115123config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1
116124 bool "4.1.x"
117125 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
@@ -222,4 +230,5 @@ config BR2_DEFAULT_KERNEL_HEADERS
222230 default "3.19.8" if BR2_KERNEL_HEADERS_3_19
223231 default "4.0.9" if BR2_KERNEL_HEADERS_4_0
224232 default "4.1.5" if BR2_KERNEL_HEADERS_4_1
233+ default "4.2" if BR2_KERNEL_HEADERS_4_2
225234 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
0 commit comments