misOrz

IT Tech & Life

How to build BusyBox

$ git clone git://git.busybox.net/busybox
$ cd busybox
$ make menuconfig   ###  or oldconfig/defconfig
$ make -j4
$ make install
$ cp busybox /bin/

### Create link ###
ln -s /bin/busybox /bin/sendmail