From 25a1cb19b213f7825fcc080a29991beeb70f6b93 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 16 Apr 2018 00:51:48 -0400 Subject: It works! A getty now spawns on the serial console on boot Todo: DNS resolution doesn't work yet. DHCP for eth0? SSH server? `tmux`? ------- Added busybox config Switched the pathing around yet again in the `inc` file Added `local` files to be copied into the prefix before creating the tarball ( TODO ) Added tree command to the build Install runit --- scripts/musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/musl.sh') diff --git a/scripts/musl.sh b/scripts/musl.sh index 0da3128..ed6d1bb 100644 --- a/scripts/musl.sh +++ b/scripts/musl.sh @@ -4,7 +4,7 @@ VERSION="1.1.19" cd $build_dir gzip -dc < ${dist_dir}/musl-$VERSION.tar.gz | tar -xvf - cd musl-$VERSION -./configure --prefix=$prefix/usr/local/musl --enable-static +./configure --prefix=$prefix/usr/local/musl # --enable-static make -j$(nproc) make install -- cgit v1.2.3