Add linux headers 5.10.41.

Needed for kexec-tools.

Not equivalent to kernel version; kernel API is stable and does not
change. Therefore we can use any (latest) version.
This commit is contained in:
fosslinux 2021-06-10 20:26:46 +10:00
parent 4c6e7afa42
commit c41d2817e8
9 changed files with 1146 additions and 1 deletions

View file

@ -370,6 +370,10 @@ class SysA:
self.get_file("https://mirrors.kernel.org/gnu/gcc/gcc-4.0.4/gcc-core-4.0.4.tar.bz2",
output="gcc-4.0.4.tar.bz2")
# linux api headers 5.10.41
self.get_file("https://mirrors.kernel.org/pub/linux/kernel/v5.x/linux-5.10.41.tar.gz",
output="linux-headers-5.10.41.tar.gz")
# musl 1.2.2
self.get_file("https://musl.libc.org/releases/musl-1.2.2.tar.gz")