* A.W.C. <[email protected]> [04.12.2015 20:23]:
> Can you illustrate this in details? 

make allnoconfig
make menuconfig
# select only some of your needed applets, e.g. traceroute
# select "Busybox settings" -> "build options" -> "static binary"
make
ls -l busybox*
./busybox --list
# here you can see, that only 'your' applets are in
./busybox traceroute -n 8.8.8.8
scp ./busybox user@yourbox:

try it & read the docs - bye, bastian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to