First page Back Continue Last page Overview Graphics
Busybox
Busybox also has Linux kernel style config
- cd build_mipsel/busybox-1.01
- make menuconfig
- Many choices here – pick just what you need
Built in versions of most common utilities
- Many are not full featured (save space and memory)
Fine grained control over utils and features
Provides init, sh, ls, cat, cp, mv, dd, etc, etc.
- These are symlinked to busybox executable
One stop shopping – this tool has it all!
Notes: