prepare:
git clone git://busybox.net/busybox.git
cd busybox
busybox:
make defconfig
make
install:
make install
uninstall:
make uninstall