Add make 3.82 (sysa)

This commit is contained in:
fosslinux 2021-08-04 12:45:39 +10:00
parent b93a931a53
commit 1e19193408
5 changed files with 38 additions and 8 deletions

View file

@ -293,6 +293,9 @@ class SysA(SysGeneral):
# kbd 1.15
self.get_file("https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-1.15.tar.gz")
# make 3.82
self.get_file("http://ftp.gnu.org/gnu/make/make-3.82.tar.gz")
# linux kernel 2.6.16.62
# for some reason this is no longer on kernel.org
self.get_file("https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-2.6.16.62.tar.gz")