Skip to content

Commit ab8f5be

Browse files
bthebaudeauabrodkin
authored andcommitted
linux-headers: bump 3.{2, 10, 12, 14, 18}.x and 4.1.x series
Signed-off-by: Benoît Thébaudeau <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent 20a36cd commit ab8f5be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package/linux-headers/Config.in.host

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,18 +208,18 @@ endchoice
208208
config BR2_DEFAULT_KERNEL_HEADERS
209209
string
210210
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
211-
default "3.2.69" if BR2_KERNEL_HEADERS_3_2
211+
default "3.2.70" if BR2_KERNEL_HEADERS_3_2
212212
default "3.4.108" if BR2_KERNEL_HEADERS_3_4
213-
default "3.10.85" if BR2_KERNEL_HEADERS_3_10
213+
default "3.10.86" if BR2_KERNEL_HEADERS_3_10
214214
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
215-
default "3.12.45" if BR2_KERNEL_HEADERS_3_12
215+
default "3.12.46" if BR2_KERNEL_HEADERS_3_12
216216
default "3.13.11" if BR2_KERNEL_HEADERS_3_13
217-
default "3.14.49" if BR2_KERNEL_HEADERS_3_14
217+
default "3.14.50" if BR2_KERNEL_HEADERS_3_14
218218
default "3.15.10" if BR2_KERNEL_HEADERS_3_15
219219
default "3.16.7" if BR2_KERNEL_HEADERS_3_16
220220
default "3.17.8" if BR2_KERNEL_HEADERS_3_17
221-
default "3.18.19" if BR2_KERNEL_HEADERS_3_18
221+
default "3.18.20" if BR2_KERNEL_HEADERS_3_18
222222
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
223223
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
224-
default "4.1.4" if BR2_KERNEL_HEADERS_4_1
224+
default "4.1.5" if BR2_KERNEL_HEADERS_4_1
225225
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION

0 commit comments

Comments
 (0)