Skip to content

Commit 1d79557

Browse files
authored
Update crosstool-ng to assume linux kernel 5.4.70 (#23)
1 parent 97cd6ce commit 1d79557

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

toolchain/crosstool-ng/crosstool.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ CT_LINUX_PATCH_ORDER="global"
301301
# CT_LINUX_V_5_9 is not set
302302
# CT_LINUX_V_5_8 is not set
303303
# CT_LINUX_V_5_7 is not set
304-
# CT_LINUX_V_5_4 is not set
304+
CT_LINUX_V_5_4=y
305305
# CT_LINUX_V_5_3 is not set
306306
# CT_LINUX_V_5_2 is not set
307307
# CT_LINUX_V_5_1 is not set
@@ -312,7 +312,7 @@ CT_LINUX_PATCH_ORDER="global"
312312
# CT_LINUX_V_4_17 is not set
313313
# CT_LINUX_V_4_16 is not set
314314
# CT_LINUX_V_4_15 is not set
315-
CT_LINUX_V_4_14=y
315+
# CT_LINUX_V_4_14 is not set
316316
# CT_LINUX_V_4_13 is not set
317317
# CT_LINUX_V_4_12 is not set
318318
# CT_LINUX_V_4_11 is not set
@@ -326,16 +326,16 @@ CT_LINUX_V_4_14=y
326326
# CT_LINUX_V_3_10 is not set
327327
# CT_LINUX_V_3_4 is not set
328328
# CT_LINUX_V_3_2 is not set
329-
CT_LINUX_VERSION="4.14.266"
329+
CT_LINUX_VERSION="5.4.70"
330330
CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})"
331331
CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
332332
CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
333333
CT_LINUX_ARCHIVE_FORMATS=".tar.xz .tar.gz"
334334
CT_LINUX_SIGNATURE_FORMAT="unpacked/.sign"
335335
CT_LINUX_5_12_or_older=y
336336
CT_LINUX_older_than_5_12=y
337-
CT_LINUX_5_3_or_older=y
338-
CT_LINUX_older_than_5_3=y
337+
CT_LINUX_5_4_or_older=y
338+
CT_LINUX_older_than_5_4=y
339339
CT_LINUX_later_than_4_8=y
340340
CT_LINUX_4_8_or_later=y
341341
CT_LINUX_later_than_3_7=y

0 commit comments

Comments
 (0)