config FWRT_PACKAGE_BUSYBOX prompt "busybox.............................. The Swiss Army Knife" bool default y select FWRT_PACKAGE_FWIFUPDOWN help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. http://busybox.net/ Most people will answer Y. choice prompt "busybox configuration" depends on FWRT_PACKAGE_BUSYBOX default FWRT_PACKAGE_BUSYBOX_SMALL config FWRT_PACKAGE_BUSYBOX_SMALL bool " Build an extra small busybox" help This will keep a few applets out of busybox for the sake of size. config FWRT_PACKAGE_BUSYBOX_FULL bool " Build a full-featured busybox" config FWRT_PACKAGE_BUSYBOX_CUSTOM bool " Use bbconfig.custom" help Experts only! To generate it: make package=busybox patch; cd build*/w-busybox*/busy* and make menuconfig, then use the .config file created. endchoice