First page Back Continue Last page Overview Graphics
Configuring BusyBox
Configure BusyBox (creates a .config file):
- make defconfig
Good to begin with BusyBox.
Configures BusyBox with all options for regular users.
- make allnoconfig
Unselects all options. Good to configure only what you need.
make xconfig (graphical) or make menuconfig (text)
Same configuration interfaces as the ones used by the Linux kernel.