busybox cross-compilation example. We create standalone busybox and create
minimal rootfs, prepare and pack for booting.
./prepare
./build_bb # build bb
./build_db # build dropbear ssh
./pack # pack rootfs
./packa # pack squashfs
./packb # pack cpio
./packc # pack mkimake
./show
./build menuconfig
./build install
- squashfs-tools ( apt-get install squashfs-tools )
- ...
## hyphop ##
cat ./LICENSE