1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "Networking Utilities"
9 config BUSYBOX_CONFIG_NAMEIF
12 select BUSYBOX_CONFIG_PLATFORM_LINUX
13 select BUSYBOX_CONFIG_FEATURE_SYSLOG
15 nameif is used to rename network interface by its MAC address.
16 Renamed interfaces MUST be in the down state.
17 It is possible to use a file (default: /etc/mactab)
18 with list of new interface names and MACs.
19 Maximum interface name length: IFNAMSIZ = 16
20 File fields are separated by space or tab.
23 new_interface_name XX:XX:XX:XX:XX:XX
25 config BUSYBOX_CONFIG_FEATURE_NAMEIF_EXTENDED
26 bool "Extended nameif"
28 depends on BUSYBOX_CONFIG_NAMEIF
30 This extends the nameif syntax to support the bus_info, driver,
31 phyaddr selectors. The syntax is compatible to the normal nameif.
33 new_interface_name driver=asix bus=usb-0000:00:08.2-3
34 new_interface_name bus=usb-0000:00:08.2-3 00:80:C8:38:91:B5
35 new_interface_name phy_address=2 00:80:C8:38:91:B5
36 new_interface_name mac=00:80:C8:38:91:B5
37 new_interface_name 00:80:C8:38:91:B5
38 config BUSYBOX_CONFIG_NBDCLIENT
42 Network block device client
43 config BUSYBOX_CONFIG_NC
47 A simple Unix utility which reads and writes data across network
50 config BUSYBOX_CONFIG_NC_SERVER
51 bool "Netcat server options (-l)"
53 depends on BUSYBOX_CONFIG_NC
55 Allow netcat to act as a server.
57 config BUSYBOX_CONFIG_NC_EXTRA
58 bool "Netcat extensions (-eiw and filename)"
60 depends on BUSYBOX_CONFIG_NC
62 Add -e (support for executing the rest of the command line after
63 making or receiving a successful connection), -i (delay interval for
64 lines sent), -w (timeout for initial connection).
66 config BUSYBOX_CONFIG_NC_110_COMPAT
67 bool "Netcat 1.10 compatibility (+2.5k)"
68 default n # off specially for Rob
69 depends on BUSYBOX_CONFIG_NC
71 This option makes nc closely follow original nc-1.10.
72 The code is about 2.5k bigger. It enables
73 -s ADDR, -n, -u, -v, -o FILE, -z options, but loses
74 busybox-specific extensions: -f FILE and -ll.
75 config BUSYBOX_CONFIG_PING
78 select BUSYBOX_CONFIG_PLATFORM_LINUX
80 ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
81 elicit an ICMP ECHO_RESPONSE from a host or gateway.
83 config BUSYBOX_CONFIG_PING6
86 depends on BUSYBOX_CONFIG_FEATURE_IPV6 && BUSYBOX_CONFIG_PING
88 This will give you a ping that can talk IPv6.
90 config BUSYBOX_CONFIG_FEATURE_FANCY_PING
91 bool "Enable fancy ping output"
93 depends on BUSYBOX_CONFIG_PING
95 Make the output from the ping applet include statistics, and at the
96 same time provide full support for ICMP packets.
97 config BUSYBOX_CONFIG_WHOIS
101 whois is a client for the whois directory service
103 config BUSYBOX_CONFIG_FEATURE_IPV6
104 bool "Enable IPv6 support"
108 Enable IPv6 support in busybox.
109 This adds IPv6 support in the networking applets.
111 config BUSYBOX_CONFIG_FEATURE_UNIX_LOCAL
112 bool "Enable Unix domain socket support (usually not needed)"
115 Enable Unix domain socket support in all busybox networking
116 applets. Address of the form local:/path/to/unix/socket
119 This extension is almost never used in real world usage.
120 You most likely want to say N.
122 config BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS
123 bool "Prefer IPv4 addresses from DNS queries"
125 depends on BUSYBOX_CONFIG_FEATURE_IPV6
127 Use IPv4 address of network host if it has one.
129 If this option is off, the first returned address will be used.
130 This may cause problems when your DNS server is IPv6-capable and
131 is returning IPv6 host addresses too. If IPv6 address
132 precedes IPv4 one in DNS reply, busybox network applets
133 (e.g. wget) will use IPv6 address. On an IPv6-incapable host
134 or network applets will fail to connect to the host
137 config BUSYBOX_CONFIG_VERBOSE_RESOLUTION_ERRORS
138 bool "Verbose resolution errors"
141 Enable if you are not satisfied with simplistic
142 "can't resolve 'hostname.com'" and want to know more.
143 This may increase size of your executable a bit.
145 config BUSYBOX_CONFIG_ARP
148 select BUSYBOX_CONFIG_PLATFORM_LINUX
150 Manipulate the system ARP cache.
152 config BUSYBOX_CONFIG_ARPING
155 select BUSYBOX_CONFIG_PLATFORM_LINUX
157 Ping hosts by ARP packets.
159 config BUSYBOX_CONFIG_BRCTL
162 select BUSYBOX_CONFIG_PLATFORM_LINUX
164 Manage ethernet bridges.
165 Supports addbr/delbr and addif/delif.
167 config BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
170 depends on BUSYBOX_CONFIG_BRCTL
172 Add support for extended option like:
173 setageing, setfd, sethello, setmaxage,
174 setpathcost, setportprio, setbridgeprio,
176 This adds about 600 bytes.
178 config BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW
181 depends on BUSYBOX_CONFIG_BRCTL && BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
183 Add support for option which prints the current config:
186 config BUSYBOX_CONFIG_DNSD
190 Small and static DNS server daemon.
192 config BUSYBOX_CONFIG_ETHER_WAKE
195 select BUSYBOX_CONFIG_PLATFORM_LINUX
197 Send a magic packet to wake up sleeping machines.
199 config BUSYBOX_CONFIG_FAKEIDENTD
202 select BUSYBOX_CONFIG_FEATURE_SYSLOG
204 fakeidentd listens on the ident port and returns a predefined
205 fake value on any query.
207 config BUSYBOX_CONFIG_FTPD
211 simple FTP daemon. You have to run it via inetd.
213 config BUSYBOX_CONFIG_FEATURE_FTP_WRITE
214 bool "Enable upload commands"
216 depends on BUSYBOX_CONFIG_FTPD
218 Enable all kinds of FTP upload commands (-w option)
220 config BUSYBOX_CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST
221 bool "Enable workaround for RFC-violating clients"
223 depends on BUSYBOX_CONFIG_FTPD
225 Some ftp clients (among them KDE's Konqueror) issue illegal
226 "LIST -l" requests. This option works around such problems.
227 It might prevent you from listing files starting with "-" and
228 it increases the code size by ~40 bytes.
229 Most other ftp servers seem to behave similar to this.
231 config BUSYBOX_CONFIG_FTPGET
235 Retrieve a remote file via FTP.
237 config BUSYBOX_CONFIG_FTPPUT
241 Store a remote file via FTP.
243 config BUSYBOX_CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS
244 bool "Enable long options in ftpget/ftpput"
246 depends on BUSYBOX_CONFIG_LONG_OPTS && (BUSYBOX_CONFIG_FTPGET || BUSYBOX_CONFIG_FTPPUT)
248 Support long options for the ftpget/ftpput applet.
250 config BUSYBOX_CONFIG_HOSTNAME
254 Show or set the system's host name.
256 config BUSYBOX_CONFIG_HTTPD
260 Serve web pages via an HTTP server.
262 config BUSYBOX_CONFIG_FEATURE_HTTPD_RANGES
263 bool "Support 'Ranges:' header"
265 depends on BUSYBOX_CONFIG_HTTPD
267 Makes httpd emit "Accept-Ranges: bytes" header and understand
268 "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
269 downloads, seeking in multimedia players etc.
271 config BUSYBOX_CONFIG_FEATURE_HTTPD_USE_SENDFILE
272 bool "Use sendfile system call"
274 depends on BUSYBOX_CONFIG_HTTPD
276 When enabled, httpd will use the kernel sendfile() function
277 instead of read/write loop.
279 config BUSYBOX_CONFIG_FEATURE_HTTPD_SETUID
280 bool "Enable -u <user> option"
282 depends on BUSYBOX_CONFIG_HTTPD
284 This option allows the server to run as a specific user
285 rather than defaulting to the user that starts the server.
286 Use of this option requires special privileges to change to a
289 config BUSYBOX_CONFIG_FEATURE_HTTPD_BASIC_AUTH
290 bool "Enable Basic http Authentication"
292 depends on BUSYBOX_CONFIG_HTTPD
294 Utilizes password settings from /etc/httpd.conf for basic
295 authentication on a per url basis.
297 config BUSYBOX_CONFIG_FEATURE_HTTPD_AUTH_MD5
298 bool "Support MD5 crypted passwords for http Authentication"
300 depends on BUSYBOX_CONFIG_FEATURE_HTTPD_BASIC_AUTH
302 Enables basic per URL authentication from /etc/httpd.conf
305 config BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
306 bool "Support Common Gateway Interface (CGI)"
308 depends on BUSYBOX_CONFIG_HTTPD
310 This option allows scripts and executables to be invoked
311 when specific URLs are requested.
313 config BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
314 bool "Support for running scripts through an interpreter"
316 depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
318 This option enables support for running scripts through an
319 interpreter. Turn this on if you want PHP scripts to work
320 properly. You need to supply an additional line in your httpd
322 *.php:/path/to/your/php
324 config BUSYBOX_CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
325 bool "Set REMOTE_PORT environment variable for CGI"
327 depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
329 Use of this option can assist scripts in generating
330 references that contain a unique port number.
332 config BUSYBOX_CONFIG_FEATURE_HTTPD_ENCODE_URL_STR
333 bool "Enable -e option (useful for CGIs written as shell scripts)"
335 depends on BUSYBOX_CONFIG_HTTPD
337 This option allows html encoding of arbitrary strings for display
338 by the browser. Output goes to stdout.
339 For example, httpd -e "<Hello World>" produces
340 "<Hello World>".
342 config BUSYBOX_CONFIG_FEATURE_HTTPD_ERROR_PAGES
343 bool "Support for custom error pages"
345 depends on BUSYBOX_CONFIG_HTTPD
347 This option allows you to define custom error pages in
348 the configuration file instead of the default HTTP status
349 error pages. For instance, if you add the line:
351 in the config file, the server will respond the specified
352 '/path/e404.html' file instead of the terse '404 NOT FOUND'
355 config BUSYBOX_CONFIG_FEATURE_HTTPD_PROXY
356 bool "Support for reverse proxy"
358 depends on BUSYBOX_CONFIG_HTTPD
360 This option allows you to define URLs that will be forwarded
361 to another HTTP server. To setup add the following line to the
363 P:/url/:http://hostname[:port]/new/path/
364 Then a request to /url/myfile will be forwarded to
365 http://hostname[:port]/new/path/myfile.
367 config BUSYBOX_CONFIG_FEATURE_HTTPD_GZIP
368 bool "Support for GZIP content encoding"
370 depends on BUSYBOX_CONFIG_HTTPD
372 Makes httpd send files using GZIP content encoding if the
373 client supports it and a pre-compressed <file>.gz exists.
375 config BUSYBOX_CONFIG_IFCONFIG
378 select BUSYBOX_CONFIG_PLATFORM_LINUX
380 Ifconfig is used to configure the kernel-resident network interfaces.
382 config BUSYBOX_CONFIG_FEATURE_IFCONFIG_STATUS
383 bool "Enable status reporting output (+7k)"
385 depends on BUSYBOX_CONFIG_IFCONFIG
387 If ifconfig is called with no arguments it will display the status
388 of the currently active interfaces.
390 config BUSYBOX_CONFIG_FEATURE_IFCONFIG_SLIP
391 bool "Enable slip-specific options \"keepalive\" and \"outfill\""
393 depends on BUSYBOX_CONFIG_IFCONFIG
395 Allow "keepalive" and "outfill" support for SLIP. If you're not
396 planning on using serial lines, leave this unchecked.
398 config BUSYBOX_CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
399 bool "Enable options \"mem_start\", \"io_addr\", and \"irq\""
401 depends on BUSYBOX_CONFIG_IFCONFIG
403 Allow the start address for shared memory, start address for I/O,
404 and/or the interrupt line used by the specified device.
406 config BUSYBOX_CONFIG_FEATURE_IFCONFIG_HW
407 bool "Enable option \"hw\" (ether only)"
409 depends on BUSYBOX_CONFIG_IFCONFIG
411 Set the hardware address of this interface, if the device driver
412 supports this operation. Currently, we only support the 'ether'
415 config BUSYBOX_CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
416 bool "Set the broadcast automatically"
418 depends on BUSYBOX_CONFIG_IFCONFIG
420 Setting this will make ifconfig attempt to find the broadcast
421 automatically if the value '+' is used.
423 config BUSYBOX_CONFIG_IFENSLAVE
426 select BUSYBOX_CONFIG_PLATFORM_LINUX
428 Userspace application to bind several interfaces
429 to a logical interface (use with kernel bonding driver).
431 config BUSYBOX_CONFIG_IFPLUGD
434 select BUSYBOX_CONFIG_PLATFORM_LINUX
436 Network interface plug detection daemon.
438 config BUSYBOX_CONFIG_IFUPDOWN
442 Activate or deactivate the specified interfaces. This applet makes
443 use of either "ifconfig" and "route" or the "ip" command to actually
444 configure network interfaces. Therefore, you will probably also want
445 to enable either IFCONFIG and ROUTE, or enable
446 FEATURE_IFUPDOWN_IP and the various IP options. Of
447 course you could use non-busybox versions of these programs, so
448 against my better judgement (since this will surely result in plenty
449 of support questions on the mailing list), I do not force you to
450 enable these additional options. It is up to you to supply either
451 "ifconfig", "route" and "run-parts" or the "ip" command, either
452 via busybox or via standalone utilities.
454 config BUSYBOX_CONFIG_IFUPDOWN_IFSTATE_PATH
455 string "Absolute path to ifstate file"
457 depends on BUSYBOX_CONFIG_IFUPDOWN
459 ifupdown keeps state information in a file called ifstate.
460 Typically it is located in /var/run/ifstate, however
461 some distributions tend to put it in other places
462 (debian, for example, uses /etc/network/run/ifstate).
463 This config option defines location of ifstate.
465 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP
468 depends on BUSYBOX_CONFIG_IFUPDOWN
470 Use the iproute "ip" command to implement "ifup" and "ifdown", rather
471 than the default of using the older 'ifconfig' and 'route' utilities.
473 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
474 bool "Use busybox ip applet"
476 depends on BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP
477 select BUSYBOX_CONFIG_PLATFORM_LINUX
478 select BUSYBOX_CONFIG_IP
479 select BUSYBOX_CONFIG_FEATURE_IP_ADDRESS
480 select BUSYBOX_CONFIG_FEATURE_IP_LINK
481 select BUSYBOX_CONFIG_FEATURE_IP_ROUTE
483 Use the busybox iproute "ip" applet to implement "ifupdown".
485 If left disabled, you must install the full-blown iproute2
486 utility or the "ifup" and "ifdown" applets will not work.
488 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
489 bool "Use busybox ifconfig and route applets"
491 depends on BUSYBOX_CONFIG_IFUPDOWN && !BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP
492 select BUSYBOX_CONFIG_IFCONFIG
493 select BUSYBOX_CONFIG_ROUTE
495 Use the busybox iproute "ifconfig" and "route" applets to
496 implement the "ifup" and "ifdown" utilities.
498 If left disabled, you must install the full-blown ifconfig
499 and route utilities, or the "ifup" and "ifdown" applets will not
502 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV4
503 bool "Support for IPv4"
505 depends on BUSYBOX_CONFIG_IFUPDOWN
507 If you want ifup/ifdown to talk IPv4, leave this on.
509 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV6
510 bool "Support for IPv6"
512 depends on BUSYBOX_CONFIG_IFUPDOWN && BUSYBOX_CONFIG_FEATURE_IPV6
514 If you need support for IPv6, turn this option on.
517 ###config FEATURE_IFUPDOWN_IPX
518 ### bool "Support for IPX"
520 ### depends on IFUPDOWN
522 ### If this option is selected you can use busybox to work with IPX
525 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_MAPPING
526 bool "Enable mapping support"
528 depends on BUSYBOX_CONFIG_IFUPDOWN
530 This enables support for the "mapping" stanza, unless you have
531 a weird network setup you don't need it.
533 config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP
534 bool "Support for external dhcp clients"
536 depends on BUSYBOX_CONFIG_IFUPDOWN
538 This enables support for the external dhcp clients. Clients are
539 tried in the following order: dhcpcd, dhclient, pump and udhcpc.
540 Otherwise, if udhcpc applet is enabled, it is used.
541 Otherwise, ifup/ifdown will have no support for DHCP.
543 config BUSYBOX_CONFIG_INETD
546 select BUSYBOX_CONFIG_FEATURE_SYSLOG
548 Internet superserver daemon
550 config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO
551 bool "Support echo service"
553 depends on BUSYBOX_CONFIG_INETD
555 Echo received data internal inetd service
557 config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
558 bool "Support discard service"
560 depends on BUSYBOX_CONFIG_INETD
562 Internet /dev/null internal inetd service
564 config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME
565 bool "Support time service"
567 depends on BUSYBOX_CONFIG_INETD
569 Return 32 bit time since 1900 internal inetd service
571 config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME
572 bool "Support daytime service"
574 depends on BUSYBOX_CONFIG_INETD
576 Return human-readable time internal inetd service
578 config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
579 bool "Support chargen service"
581 depends on BUSYBOX_CONFIG_INETD
583 Familiar character generator internal inetd service
585 config BUSYBOX_CONFIG_FEATURE_INETD_RPC
586 bool "Support RPC services"
588 depends on BUSYBOX_CONFIG_INETD
589 select BUSYBOX_CONFIG_FEATURE_HAVE_RPC
591 Support Sun-RPC based services
593 config BUSYBOX_CONFIG_IP
596 select BUSYBOX_CONFIG_PLATFORM_LINUX
598 The "ip" applet is a TCP/IP interface configuration and routing
599 utility. You generally don't need "ip" to use busybox with
602 config BUSYBOX_CONFIG_FEATURE_IP_ADDRESS
605 depends on BUSYBOX_CONFIG_IP
607 Address manipulation support for the "ip" applet.
609 config BUSYBOX_CONFIG_FEATURE_IP_LINK
612 depends on BUSYBOX_CONFIG_IP
614 Configure network devices with "ip".
616 config BUSYBOX_CONFIG_FEATURE_IP_ROUTE
619 depends on BUSYBOX_CONFIG_IP
621 Add support for routing table management to "ip".
623 config BUSYBOX_CONFIG_FEATURE_IP_TUNNEL
626 depends on BUSYBOX_CONFIG_IP
628 Add support for tunneling commands to "ip".
630 config BUSYBOX_CONFIG_FEATURE_IP_RULE
633 depends on BUSYBOX_CONFIG_IP
635 Add support for rule commands to "ip".
637 config BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS
638 bool "Support short forms of ip commands"
640 depends on BUSYBOX_CONFIG_IP
642 Also support short-form of ip <OBJECT> commands:
646 ip tunnel -> iptunnel
649 Say N unless you desparately need the short form of the ip
652 config BUSYBOX_CONFIG_FEATURE_IP_RARE_PROTOCOLS
653 bool "Support displaying rarely used link types"
655 depends on BUSYBOX_CONFIG_IP
657 If you are not going to use links of type "frad", "econet",
658 "bif" etc, you probably don't need to enable this.
659 Ethernet, wireless, infrared, ppp/slip, ip tunnelling
660 link types are supported without this option selected.
662 config BUSYBOX_CONFIG_IPADDR
665 depends on BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS && BUSYBOX_CONFIG_FEATURE_IP_ADDRESS
667 config BUSYBOX_CONFIG_IPLINK
670 depends on BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS && BUSYBOX_CONFIG_FEATURE_IP_LINK
672 config BUSYBOX_CONFIG_IPROUTE
675 depends on BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS && BUSYBOX_CONFIG_FEATURE_IP_ROUTE
677 config BUSYBOX_CONFIG_IPTUNNEL
680 depends on BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS && BUSYBOX_CONFIG_FEATURE_IP_TUNNEL
682 config BUSYBOX_CONFIG_IPRULE
685 depends on BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS && BUSYBOX_CONFIG_FEATURE_IP_RULE
687 config BUSYBOX_CONFIG_IPCALC
691 ipcalc takes an IP address and netmask and calculates the
692 resulting broadcast, network, and host range.
694 config BUSYBOX_CONFIG_FEATURE_IPCALC_FANCY
695 bool "Fancy IPCALC, more options, adds 1 kbyte"
697 depends on BUSYBOX_CONFIG_IPCALC
699 Adds the options hostname, prefix and silent to the output of
702 config BUSYBOX_CONFIG_FEATURE_IPCALC_LONG_OPTIONS
703 bool "Enable long options"
705 depends on BUSYBOX_CONFIG_IPCALC && BUSYBOX_CONFIG_LONG_OPTS
707 Support long options for the ipcalc applet.
709 config BUSYBOX_CONFIG_NETMSG
713 simple program for sending udp broadcast messages
715 config BUSYBOX_CONFIG_NETSTAT
718 select BUSYBOX_CONFIG_PLATFORM_LINUX
720 netstat prints information about the Linux networking subsystem.
722 config BUSYBOX_CONFIG_FEATURE_NETSTAT_WIDE
723 bool "Enable wide netstat output"
725 depends on BUSYBOX_CONFIG_NETSTAT
727 Add support for wide columns. Useful when displaying IPv6 addresses
730 config BUSYBOX_CONFIG_FEATURE_NETSTAT_PRG
731 bool "Enable PID/Program name output"
733 depends on BUSYBOX_CONFIG_NETSTAT
735 Add support for -p flag to print out PID and program name.
738 config BUSYBOX_CONFIG_NSLOOKUP
742 nslookup is a tool to query Internet name servers.
744 config BUSYBOX_CONFIG_NTPD
747 select BUSYBOX_CONFIG_PLATFORM_LINUX
749 The NTP client/server daemon.
751 config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER
752 bool "Make ntpd usable as a NTP server"
754 depends on BUSYBOX_CONFIG_NTPD
756 Make ntpd usable as a NTP server. If you disable this option
757 ntpd will be usable only as a NTP client.
759 config BUSYBOX_CONFIG_PSCAN
763 Simple network port scanner.
765 config BUSYBOX_CONFIG_ROUTE
768 select BUSYBOX_CONFIG_PLATFORM_LINUX
770 Route displays or manipulates the kernel's IP routing tables.
772 config BUSYBOX_CONFIG_SLATTACH
775 select BUSYBOX_CONFIG_PLATFORM_LINUX
777 slattach is a small utility to attach network interfaces to serial
784 # show / manipulate traffic control settings
786 #config FEATURE_TC_INGRESS
790 config BUSYBOX_CONFIG_TCPSVD
794 tcpsvd listens on a TCP port and runs a program for each new
797 config BUSYBOX_CONFIG_TELNET
801 Telnet is an interface to the TELNET protocol, but is also commonly
802 used to test other simple protocols.
804 config BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE
805 bool "Pass TERM type to remote host"
807 depends on BUSYBOX_CONFIG_TELNET
809 Setting this option will forward the TERM environment variable to the
810 remote host you are connecting to. This is useful to make sure that
811 things like ANSI colors and other control sequences behave.
813 config BUSYBOX_CONFIG_FEATURE_TELNET_AUTOLOGIN
814 bool "Pass USER type to remote host"
816 depends on BUSYBOX_CONFIG_TELNET
818 Setting this option will forward the USER environment variable to the
819 remote host you are connecting to. This is useful when you need to
820 log into a machine without telling the username (autologin). This
821 option enables `-a' and `-l USER' arguments.
823 config BUSYBOX_CONFIG_TELNETD
826 select BUSYBOX_CONFIG_FEATURE_SYSLOG
828 A daemon for the TELNET protocol, allowing you to log onto the host
829 running the daemon. Please keep in mind that the TELNET protocol
830 sends passwords in plain text. If you can't afford the space for an
831 SSH daemon and you trust your network, you may say 'y' here. As a
832 more secure alternative, you should seriously consider installing the
833 very small Dropbear SSH daemon instead:
834 http://matt.ucc.asn.au/dropbear/dropbear.html
836 Note that for busybox telnetd to work you need several things:
837 First of all, your kernel needs:
841 Next, you need a /dev/pts directory on your root filesystem:
844 drwxr-xr-x 2 root root 0 Sep 23 13:21 /dev/pts/
846 Next you need the pseudo terminal master multiplexer /dev/ptmx:
849 crw-rw-rw- 1 root tty 5, 2 Sep 23 13:55 /dev/ptmx
851 Any /dev/ttyp[0-9]* files you may have can be removed.
852 Next, you need to mount the devpts filesystem on /dev/pts using:
854 mount -t devpts devpts /dev/pts
856 You need to be sure that busybox has LOGIN and
857 FEATURE_SUID enabled. And finally, you should make
858 certain that Busybox has been installed setuid root:
860 chown root.root /bin/busybox
861 chmod 4755 /bin/busybox
863 with all that done, telnetd _should_ work....
866 config BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE
867 bool "Support standalone telnetd (not inetd only)"
869 depends on BUSYBOX_CONFIG_TELNETD
871 Selecting this will make telnetd able to run standalone.
873 config BUSYBOX_CONFIG_FEATURE_TELNETD_INETD_WAIT
874 bool "Support -w SEC option (inetd wait mode)"
876 depends on BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE
878 This option allows you to run telnetd in "inet wait" mode.
879 Example inetd.conf line (note "wait", not usual "nowait"):
881 telnet stream tcp wait root /bin/telnetd telnetd -w10
883 In this example, inetd passes _listening_ socket_ as fd 0
884 to telnetd when connection appears.
885 telnetd will wait for connections until all existing
886 connections are closed, and no new connections
887 appear during 10 seconds. Then it exits, and inetd continues
888 to listen for new connections.
890 This option is rarely used. "tcp nowait" is much more usual
891 way of running tcp services, including telnetd.
892 You most probably want to say N here.
894 config BUSYBOX_CONFIG_TFTP
898 This enables the Trivial File Transfer Protocol client program. TFTP
899 is usually used for simple, small transfers such as a root image
900 for a network-enabled bootloader.
902 config BUSYBOX_CONFIG_TFTPD
906 This enables the Trivial File Transfer Protocol server program.
907 It expects that stdin is a datagram socket and a packet
908 is already pending on it. It will exit after one transfer.
909 In other words: it should be run from inetd in nowait mode,
910 or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR"
912 comment "Common options for tftp/tftpd"
913 depends on BUSYBOX_CONFIG_TFTP || BUSYBOX_CONFIG_TFTPD
915 config BUSYBOX_CONFIG_FEATURE_TFTP_GET
916 bool "Enable 'tftp get' and/or tftpd upload code"
918 depends on BUSYBOX_CONFIG_TFTP || BUSYBOX_CONFIG_TFTPD
920 Add support for the GET command within the TFTP client. This allows
921 a client to retrieve a file from a TFTP server.
922 Also enable upload support in tftpd, if tftpd is selected.
924 Note: this option does _not_ make tftpd capable of download
925 (the usual operation people need from it)!
927 config BUSYBOX_CONFIG_FEATURE_TFTP_PUT
928 bool "Enable 'tftp put' and/or tftpd download code"
930 depends on BUSYBOX_CONFIG_TFTP || BUSYBOX_CONFIG_TFTPD
932 Add support for the PUT command within the TFTP client. This allows
933 a client to transfer a file to a TFTP server.
934 Also enable download support in tftpd, if tftpd is selected.
936 config BUSYBOX_CONFIG_FEATURE_TFTP_BLOCKSIZE
937 bool "Enable 'blksize' and 'tsize' protocol options"
939 depends on BUSYBOX_CONFIG_TFTP || BUSYBOX_CONFIG_TFTPD
941 Allow tftp to specify block size, and tftpd to understand
942 "blksize" and "tsize" options.
944 config BUSYBOX_CONFIG_FEATURE_TFTP_PROGRESS_BAR
945 bool "Enable tftp progress meter"
947 depends on BUSYBOX_CONFIG_TFTP && BUSYBOX_CONFIG_FEATURE_TFTP_BLOCKSIZE
951 config BUSYBOX_CONFIG_TFTP_DEBUG
954 depends on BUSYBOX_CONFIG_TFTP || BUSYBOX_CONFIG_TFTPD
956 Make tftp[d] print debugging messages on stderr.
957 This is useful if you are diagnosing a bug in tftp[d].
959 config BUSYBOX_CONFIG_TRACEROUTE
962 select BUSYBOX_CONFIG_PLATFORM_LINUX
964 Utility to trace the route of IP packets.
966 config BUSYBOX_CONFIG_TRACEROUTE6
969 depends on BUSYBOX_CONFIG_FEATURE_IPV6 && BUSYBOX_CONFIG_TRACEROUTE
971 Utility to trace the route of IPv6 packets.
973 config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_VERBOSE
974 bool "Enable verbose output"
976 depends on BUSYBOX_CONFIG_TRACEROUTE
978 Add some verbosity to traceroute. This includes among other things
979 hostnames and ICMP response types.
981 config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
982 bool "Enable loose source route"
984 depends on BUSYBOX_CONFIG_TRACEROUTE
986 Add option to specify a loose source route gateway
989 config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP
990 bool "Use ICMP instead of UDP"
992 depends on BUSYBOX_CONFIG_TRACEROUTE
994 Add option -I to use ICMP ECHO instead of UDP datagrams.
996 config BUSYBOX_CONFIG_TUNCTL
999 select BUSYBOX_CONFIG_PLATFORM_LINUX
1001 tunctl creates or deletes tun devices.
1003 config BUSYBOX_CONFIG_FEATURE_TUNCTL_UG
1004 bool "Support owner:group assignment"
1006 depends on BUSYBOX_CONFIG_TUNCTL
1008 Allow to specify owner and group of newly created interface.
1009 340 bytes of pure bloat. Say no here.
1011 source package/busybox/config/networking/udhcp/Config.in
1013 config BUSYBOX_CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS
1014 string "ifup udhcpc command line options"
1016 depends on BUSYBOX_CONFIG_IFUPDOWN && BUSYBOX_CONFIG_UDHCPC
1018 Command line options to pass to udhcpc from ifup.
1019 Intended to alter options not available in /etc/network/interfaces.
1020 (IE: --syslog --background etc...)
1022 config BUSYBOX_CONFIG_UDPSVD
1026 udpsvd listens on an UDP port and runs a program for each new
1029 config BUSYBOX_CONFIG_VCONFIG
1032 select BUSYBOX_CONFIG_PLATFORM_LINUX
1034 Creates, removes, and configures VLAN interfaces
1036 config BUSYBOX_CONFIG_WGET
1040 wget is a utility for non-interactive download of files from HTTP,
1041 HTTPS, and FTP servers.
1043 config BUSYBOX_CONFIG_FEATURE_WGET_STATUSBAR
1044 bool "Enable a nifty process meter (+2k)"
1046 depends on BUSYBOX_CONFIG_WGET
1048 Enable the transfer progress bar for wget transfers.
1050 config BUSYBOX_CONFIG_FEATURE_WGET_AUTHENTICATION
1051 bool "Enable HTTP authentication"
1053 depends on BUSYBOX_CONFIG_WGET
1055 Support authenticated HTTP transfers.
1057 config BUSYBOX_CONFIG_FEATURE_WGET_LONG_OPTIONS
1058 bool "Enable long options"
1060 depends on BUSYBOX_CONFIG_WGET && BUSYBOX_CONFIG_LONG_OPTS
1062 Support long options for the wget applet.
1064 config BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT
1065 bool "Enable read timeout option -T SEC"
1067 depends on BUSYBOX_CONFIG_WGET
1069 Supports network read timeout for wget, so that wget will give
1070 up and timeout when reading network data, through the -T command
1071 line option. Currently only network data read timeout is
1072 supported (i.e., timeout is not applied to the DNS nor TCP
1073 connection initialization). When FEATURE_WGET_LONG_OPTIONS is
1074 also enabled, the --timeout option will work in addition to -T.
1076 config BUSYBOX_CONFIG_ZCIP
1079 select BUSYBOX_CONFIG_PLATFORM_LINUX
1080 select BUSYBOX_CONFIG_FEATURE_SYSLOG
1082 ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
1083 It's a daemon that allocates and defends a dynamically assigned
1084 address on the 169.254/16 network, requiring no system administrator.
1086 See http://www.zeroconf.org for further details, and "zcip.script"
1087 in the busybox examples.