mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
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:
parent
4c6e7afa42
commit
c41d2817e8
9 changed files with 1146 additions and 1 deletions
4
sysa.py
4
sysa.py
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue