📄 configure.help.svn-base
字号:
Enable syslogd -CCONFIG_USER_BUSYBOX_FANCY_TAIL Fancy tail implementation.CONFIG_USER_BUSYBOX_MOUNT_LOOP Enable support for loop devices in mountCONFIG_USER_BUSYBOX_MTAB_SUPPORT Enable support for a real /etc/mtab file instead of /proc/mountsCONFIG_USER_BUSYBOX_NFSMOUNT Enable support for mounting remote NFS volumes. You may need to mount with "-o nolock" if you are not running a local portmapper daemon...CONFIG_USER_BUSYBOX_MOUNT_FORCE Enable support forced filesystem unmounting (i.e. in case of an unreachable NFS system).CONFIG_USER_BUSYBOX_TAR_CREATE Enable support for creation of tar files.CONFIG_USER_BUSYBOX_TAR_EXCLUDE Enable support for "--exclude" and "-X" for excluding filesCONFIG_USER_BUSYBOX_TAR_GZIP Enable support for tar -z option (currently only works for inflating)CONFIG_USER_BUSYBOX_SORT_REVERSE Enable reverse sortCONFIG_USER_BUSYBOX_SORT_UNIQUE Enable unique sortCONFIG_USER_BUSYBOX_COMMAND_EDITING Enable command line editing in the shell.CONFIG_USER_BUSYBOX_TAB_COMPLETION Enable tab completion in the shell. This feature adds a bit over 4k.CONFIG_USER_BUSYBOX_USERNAME_COMPLETION Attempts to match usernames in a ~-prefixed pathCONFIG_USER_BUSYBOX_SH_STANDALONE_SHELL Allow the shell to invoke all the compiled in BusyBox applets as if they were shell builtins. Nice for staticly linking an emergency rescue shell, among other things.CONFIG_USER_BUSYBOX_SH_APPLETS_ALWAYS_WIN When this is enabled, busybox shell applets can be called using full path names. This causes applets (i.e., most busybox commands) to override real commands on the filesystem. For example, if you run run /bin/cat, it will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ busybox. Some systems want this, others do not. Choose wisely. :-)CONFIG_USER_BUSYBOX_SH_FANCY_PROMPT Some deeply embedded systems don't have usernames or even hostnames, and the fancy prompt can look rather hideous on them. Enable this option for a fancy prompt.CONFIG_USER_BUSYBOX_FBSET_FANCY Turn on extra fbset options.CONFIG_USER_BUSYBOX_FBSET_READMODE Turn on fbset readmode support.CONFIG_USER_BUSYBOX_NEW_MODULE_INTERFACE Support insmod/lsmod/rmmod for post 2.1 kernels.CONFIG_USER_BUSYBOX_OLD_MODULE_INTERFACE Support insmod/lsmod/rmmod for pre 2.1 kernels.CONFIG_USER_BUSYBOX_INSMOD_VERSION_CHECKING Support module version checking.CONFIG_USER_BUSYBOX_INSMOD_LOADINKMEM Support for uClinux memory usage optimization, which will load the image directly into the kernel memory. This divides memory requrements by three. If you are not running uClinux (i.e., your CPU has an MMU) leave this disabled...CONFIG_USER_BUSYBOX_MINIX2 Support for Minix filesystem, version 2CONFIG_USER_BUSYBOX_IFCONFIG_STATUS Enable ifconfig status reporting output -- this feature adds 12k.CONFIG_USER_BUSYBOX_IFCONFIG_SLIP Enable ifconfig slip-specific options "keepalive" and "outfill"CONFIG_USER_BUSYBOX_IFCONFIG_MEMSTART_IOADDR_IRQ Enable ifconfig options "mem_start", "io_addr", and "irq".CONFIG_USER_BUSYBOX_IFCONFIG_HW Enable ifconfig option "hw". Currently works for only with "ether".CONFIG_USER_BUSYBOX_INSTALLER Enable busybox --install [-s] to create links (or symlinks) for all the commands that are compiled into the binary. (needs /proc filesystem)CONFIG_USER_BUSYBOX_WGET_STATUSBAR Enable a nifty progress meter in wget (adds just under 2k)CONFIG_USER_BUSYBOX_WGET_AUTHENTICATION Enable HTTP authentication in wgetCONFIG_USER_BUSYBOX_CLEAN_UP Clean up all memory before exiting -- usually not needed as the OS can clean up... Don't enable this unless you have a really good reason for cleaning things up manually.CONFIG_USER_BUSYBOX_HUMAN_READABLE Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)CONFIG_USER_BUSYBOX_FIND_TYPE Support for the find -type option.CONFIG_USER_BUSYBOX_FIND_PERM Support for the find -perm option.CONFIG_USER_BUSYBOX_FIND_MTIME Support for the find -mtine option.CONFIG_USER_BUSYBOX_GREP_CONTEXT Support for the -A -B and -C context flags in grep.CONFIG_USER_BUSYBOX_GREP_EGREP_ALIAS Support for the EGREP applet (alias to the grep applet)CONFIG_USER_BUSYBOX_TFTP_PUT Support the TFTP PUT command.CONFIG_USER_BUSYBOX_TFTP_GET Support the TFTP GET command.CONFIG_USER_BUSYBOX_VI_COLON ":" colon commands, no "ex" mode.CONFIG_USER_BUSYBOX_VI_YANKMARK Yank/Put commands and Mark commands.CONFIG_USER_BUSYBOX_VI_SEARCH Search and replace commands.CONFIG_USER_BUSYBOX_VI_USE_SIGNALS Catch signals.CONFIG_USER_BUSYBOX_VI_DOT_CMD Remember previous command and "." command.CONFIG_USER_BUSYBOX_VI_READONLY Support "vi -r" and "view" mode.CONFIG_USER_BUSYBOX_VI_SETOPTS Set-able options: ai ic showmatch.CONFIG_USER_BUSYBOX_VI_SET Support :setCONFIG_USER_BUSYBOX_VI_WIN_RESIZE Handle window resizes.CONFIG_USER_BUSYBOX_LOCALE_SUPPORT Enable a if you system have setuped locale.CONFIG_USER_BUSYBOX_TELNET_TTYPE Support for TELNET to pass TERM type to remote host.CONFIG_USER_MARADNS_MARADNS The MaraDNS nameserver (UDP query daemon); see also zoneserver. Approx. binary size: 55kCONFIG_USER_MARADNS_ZONESERVER The MaraDNS TCP Zone Transfer daemon; see also maradns. Approx. binary size: 41kCONFIG_USER_PORTMAP_PORTMAP The portmapper service, needed for NFS under 2.4. Approx. binary size: 49kCONFIG_USER_IPTABLES_IPTABLES Iptables is the IP firewall administration tool for 2.4 linux.CONFIG_USER_CKSUM_CKSUM Checksumming utilityCONFIG_USER_PCMCIA_CS PCMCIA Card Services package and all associated bitsCONFIG_USER_LIRC Build the LIRC (Linux Remote Control) tools/apps.CONFIG_USER_LIRC_LIRCD The main LIRC daemon.CONFIG_USER_LIRC_IRRECORD For creating new entries for a remote control.CONFIG_USER_LIRC_LIRCMD Not sure.CONFIG_USER_LIRC_IREXEC Run commands when you push a button on the remote.CONFIG_USER_LIRC_IRW A test program. CONFIG_USER_LIRC_MODE2 Not sure.CONFIG_USER_DESTEST_DESTEST Include the destest executable that does some basic checks to ensure you encryption library is working correctly.CONFIG_USER_DESTEST_DESPERF A little program that can be used to measure DES/3DES/AES performance. It will take over ports 8000 (DES), 8001 (3DES) and 8002 (AES) so you can tcpblast the machine to find out how fast it can encrypt data.CONFIG_USER_AES_PERF A not so little program for fine tuning AES crypto performance on a unit. This prorgams sequentially runs through all possible permutations of configuration options for the AES code and determinse the fastest.CONFIG_USER_INIT_CONSOLE_SH Init will automatically spawn a shell on the console.CONFIG_USER_INIT_RUN_FIREWALL Init will automatically run the firewall script on start up.CONFIG_USER_BOOTTOOLS_FLASHLOADER The uCsimm/uCdimm flashloaderCONFIG_USER_BOOTTOOLS_HIMEMLOADER The uCsimm/uCdimm himem-loaderCONFIG_USER_TINYLOGIN_ADDUSER Add a user to the systemCONFIG_USER_TINYLOGIN_ADDGROUP Add a group to the systemCONFIG_USER_TINYLOGIN_DELUSER Delete a user from the systemCONFIG_USER_TINYLOGIN_DELGROUP Delete a group from the systemCONFIG_USER_TINYLOGIN_LOGIN Begin a new session on the systemCONFIG_USER_TINYLOGIN_SU Change user id or become rootCONFIG_USER_TINYLOGIN_SULOGIN Single user loginCONFIG_USER_TINYLOGIN_PASSWD Change a user passwordCONFIG_USER_TINYLOGIN_GETTY Opens a tty, prompts for a login name, then invokes loginCONFIG_USER_TINYLOGIN_VLOCK Lock a virtual terminalCONFIG_USER_TINYLOGIN_SHADOWPASSWDS Enable using shadow passwordsCONFIG_USER_TINYLOGIN_SECURETTY Enable checking of /etc/securetty by loginCONFIG_USER_TINYLOGIN_MD5_PASSWORDS Enable using md5 passwordsCONFIG_USER_TINYLOGIN_SHA1_PASSWORDS Enable using sha passwordsCONFIG_USER_TINYLOGIN_TRIVIAL_HELP This compiles out everything but the most trivial --help usage information (i.e. reduces binary size)CONFIG_USER_TINYLOGIN_INSTALLER Enable 'tinylogin --install [-s]' to allow tinylogin to create links (or symlinks) at runtime for all the commands that are compiled into the binary. This needs the /proc filesystem to work properly...CONFIG_USER_ROUTE_NETSTAT The netstat command, prints info about network interfaces.CONFIG_USER_RECOVER_RECOVER Recovery application to allow programming of a new flash image when the current flash image cannot boot.CONFIG_USER_RECOVER_ETHERNET_INTERFACE Specify the ethernet interface that the recover application uses.CONFIG_USER_RECOVER_USE_STATIC_SERVER Enable use of a static recovery TFTP server. The default is to use the DHCP server.CONFIG_USER_RECOVER_STATIC_SERVER The IP address of the static recovery TFTP server.CONFIG_USER_IFMOND_IFMOND Monitors the status of a network interface using ping, and changes routes when the ping fails.CONFIG_USER_IFMOND2_IFMOND Monitors the status of a network connection using ping, and other stuff. Allows for a lot more flexibility than new-ifmond, and also allows for routing protocols and other cool stuff.CONFIG_USER_NEWIFMOND_IFMOND Monitors the status of an internet connection (whether ppp, diald, or simply an ethernet connection), and starts up a seperate internet connection if the original connection fails. We monitor the connection by pinging a remote host, and by determining whether the daemon that controls the internet connection thinks that the connection is established.CONFIG_USER_MSNTP_MSNTP Simple Network Time Protocol utility. Approx. binary size: 66kCONFIG_USER_FROB_LED_FROB_LED Utility to send commands to the ledman driver.CONFIG_USER_MINI_HTTPD_MINI_HTTPD A small HTTP server.CONFIG_USER_STRACE_STRACE Trace system calls and signals.CONFIG_USER_NET_TOOLS_ARP Manipulate the system ARP cache.CONFIG_USER_NET_TOOLS_HOSTNAME Show or set the system's host name.CONFIG_USER_NET_TOOLS_IFCONFIG Configure a network interface.CONFIG_USER_NET_TOOLS_NAMEIF Name network interfaces based on MAC addresses.CONFIG_USER_NET_TOOLS_NETSTAT Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.CONFIG_USER_NET_TOOLS_PLIPCONFIG Fine tune PLIP device parameters.CONFIG_USER_NET_TOOLS_RARP Manipulate the system RARP table.CONFIG_USER_NET_TOOLS_ROUTE Show / manipulate the IP routing table.CONFIG_USER_NET_TOOLS_SLATTACH Attach a network interface to a serial line.CONFIG_USER_NET_TOOLS_MII_TOOL Manipulate media-independent interface status.CONFIG_USER_SQUID_SQUID The Squid Web proxy cache.CONFIG_USER_DHRYSTONE_DHRYSTONE The dhrystone CPU benchmark program.CONFIG_USER_WIRELESS_TOOLS Enable building of the Wireless tools. CONFIG_USER_WIRELESS_TOOLS_IWCONFIG Wireless interface config toolCONFIG_USER_WIRELESS_TOOLS_IWGETID Wireless getidCONFIG_USER_WIRELESS_TOOLS_IWLIST List wireless interfaces.CONFIG_USER_WIRELESS_TOOLS_IWPRIV Something cool.CONFIG_USER_WIRELESS_TOOLS_IWSPY If its a spy tool it must be worth having.CONFIG_USER_IPROUTE2_TC_TC Traffic shaper from iproute2 package.CONFIG_USER_IPROUTE2_IP_IFCFG Prints interface configuration. This script requires advanced shell scripts and other iproute2 apps.CONFIG_USER_IPROUTE2_IP_IP The core app for iproute2.CONFIG_USER_IPROUTE2_IP_ROUTEF routef from the iproute2 package.CONFIG_USER_IPROUTE2_IP_ROUTEL routel from the iproute2 package.CONFIG_USER_IPROUTE2_IP_RTACCT rtacct from the iproute2 packe.CONFIG_USER_IPROUTE2_IP_RTMON Route monitor.CONFIG_USER_IPROUTE2_IP_RTPR Print routes.CONFIG_USER_LANG_A60 A relatively complete Algol 60 interpreter. This options adds about 99k to the image.CONFIG_USER_LANG_A60_EGS Some example Algol 60 programs. These will be installed into /home/a60-examples. This represents about 15k of text files.CONFIG_USER_LAND_A60_TEST A small test suite for the Algol 60 interpreter. These will be installed into /home/a60-test. This represents about 45k of text files.CONFIG_USER_TCSH_TCSH Enhanced C shell (csh).CONFIG_USER_EZIPUPDATE_EZIPUPDATE Dynamic DNS IP update client.CONFIG_USER_TIMEPEG_TPT Timepeg monitoring tool. This utility presents the information gathered by the timepeg code located in the kernel in a meaningful manner.CONFIG_USER_CERBERIAN_CERBERIAN The cerberian URL filtering proxy server This option adds about 30K to the image.CONFIG_USER_CERBERIAN_CERBLITE Use the cerberian supplied cerblite.aCONFIG_USER_CERBERIAN_MYLITE Use our smaller C version of the cerberian library.CONFIG_USER_CERBERIAN_CERBTEST A simple test program for testing encoding/decoding/library functionality. About 12K, only for testing.CONFIG_USER_SETHDLC_SETHDLC Small utility for configuring HDLC network interfaces.CONFIG_USER_MTDUTILS_ERASE A tool for erasing MTD partitions. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_ERASEALL A tool for erasing entire MTD partitions. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_FTL_CHECK Check the Flash Translation Layer. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_FTL_FORMAT Format a Flash Translation Layer. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_NFTLDUMP Dump a NAND flash. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_NFTL_FORMAT Format a Flash Translation Layer on NAND flash. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_NANDDUMP Dump a NAND device. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_NANDTEST Test a NAND device. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_NANDWRITE Write to a NAND device. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_DOC_LOADBIOS Load the BIOS portion of a Disk On Chip. This option adds approximately 40K to the image.CONFIG_USER_MTDUTILS_DOC_LOADIPL Load an IPL into a DoC Millennium Plus This option adds approximately 45K to the image.CONFIG_USER_LILO_LILO The lilo boot loader (C version). This option adds approximately 120K to the image.CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT Pretty print the ipfilter NAT translations.CONFIG_USER_CRAMFS_CRAMFSCK cramfs fsck program.CONFIG_USER_CRAMFS_MKCRAMFS cramfs fsck program.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -