Fix outdated info in the comment.

This commit is contained in:
Andrius Štikonas 2022-06-19 23:57:32 +01:00
parent 0717485993
commit 483bf555aa
1 changed files with 1 additions and 1 deletions

View File

@ -289,6 +289,6 @@ class SysA(SysGeneral):
# make 3.82
self.get_file("https://mirrors.kernel.org/gnu/make/make-3.82.tar.gz")
# linux kernel 2.6.16.62
# linux kernel 4.9.10
self.get_file(["https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.10.tar.gz",
"https://linux-libre.fsfla.org/pub/linux-libre/releases/old/gen6/4.9.10-gnu/deblob-4.9"])