aboutsummaryrefslogtreecommitdiff
path: root/scripts/musl.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-04-22Sweeping changes, switching to musl-cross-makeMitch Riedstra1-1/+1
Updated busybox-config to reflect the toolchain change Nginx and Openssh build and are now apart of the system. Runit is included, still need to install configuration files
2018-04-19Attempts to build zlib, libressl, dropbear, and...Mitch Riedstra1-4/+5
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
2018-04-16It works!Mitch Riedstra1-1/+1
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
2018-04-15Added kernel config and many more scriptsMitch Riedstra1-3/+3
Altered scripts to allow for rebuilding wihout deleting the `build` folder. Added ncurses and vim to the build. Also added initial version of runit Still need to make sure that get_sources and distfiles are properly gathered from the script soon
2018-04-11The sbase tar doesn't support BSD style flags. Fixed.Mitch Riedstra1-1/+5
Also added a build script for sinit Also install `musl` to the prefixed directory
2018-04-11InitialMitch Riedstra1-0/+9