## SECTION=shell_and_console menuconfig BUSYBOX tristate prompt "busybox " select LIBC_M if BUSYBOX_FEATURE_AWK_MATH select LIBC_C select LIBC_NSS_FILES help BusyBox is the Swiss Army Knife of embedded Linux. It is a multi call program which hosts nearly all important unix tools in one small executable. For more information see http://www.busybox.net if BUSYBOX config BUSYBOX_INETD_STARTSCRIPT bool depends on BUSYBOX_INETD default y prompt "install /etc/init.d/inetd" choice prompt "telnetd startup type" depends on BUSYBOX_TELNETD config BUSYBOX_TELNETD_STARTSCRIPT bool prompt "startscript (standalone)" depends on BUSYBOX_FEATURE_TELNETD_STANDALONE help start busybox telnetd server in standalone mode. I.e. without inetd. config BUSYBOX_TELNETD_INETD bool prompt "inetd" help start busybox telnetd server from inetd endchoice config BUSYBOX_SYSLOGD_STARTSCRIPT bool depends on BUSYBOX_SYSLOGD default y prompt "install /etc/init.d/syslogd" config BUSYBOX_CROND_STARTSCRIPT bool depends on BUSYBOX_CROND default y prompt "install /etc/init.d/crond" config BUSYBOX_HWCLOCK_STARTSCRIPT bool depends on BUSYBOX_HWCLOCK default y prompt "install /etc/init.d/hwclock" comment "---" source "config/busybox/Config.in" endif