From 38de9074ff1effefa08bfc71471a97cd0658c10c Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 19 Apr 2018 00:11:14 -0400 Subject: Attempts to build zlib, libressl, dropbear, and... openssh with musl using the host's toolchain. I'm going to be moving to a toolchain specific to this system. Also changed how the kernel is installed, so it makes more sense. Fixed missing sources for many projects --- scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index c2c96b4..6d162a6 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,4 +7,7 @@ $shell scripts/linux.sh $shell scripts/ncurses.sh $shell scripts/vim.sh $shell scripts/busybox.sh +$shell scripts/tree.sh +$shell scripts/zlib.sh +$shell scripts/libressl.sh # $shell scripts/grub.sh -- cgit v1.2.3