Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | |
| 6 | menu "Networking Utilities" |
| 7 | |
| 8 | config CONFIG_FEATURE_IPV6 |
| 9 | bool "Enable IPv6 support" |
| 10 | default n |
| 11 | help |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 12 | Enable IPv6 support in busybox. |
| 13 | This adds IPv6 support in the networking applets. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 14 | |
Glenn L McGrath | 9e59841 | 2003-01-09 10:06:01 +0000 | [diff] [blame] | 15 | config CONFIG_ARPING |
| 16 | bool "arping" |
| 17 | default n |
| 18 | help |
| 19 | Ping hosts by ARP packets |
| 20 | |
"Vladimir N. Oleynik" | 7b4aa6f | 2006-01-25 14:19:11 +0000 | [diff] [blame] | 21 | config CONFIG_DNSD |
| 22 | bool "dnsd" |
| 23 | default n |
| 24 | help |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 25 | Small and static DNS server daemon. |
"Vladimir N. Oleynik" | 7b4aa6f | 2006-01-25 14:19:11 +0000 | [diff] [blame] | 26 | |
Mike Frysinger | b662f0d | 2005-05-11 03:59:53 +0000 | [diff] [blame] | 27 | config CONFIG_ETHER_WAKE |
| 28 | bool "ether-wake" |
| 29 | default n |
| 30 | help |
| 31 | Send a magic packet to wake up sleeping machines. |
| 32 | |
Mike Frysinger | fa69f11 | 2005-04-17 07:24:19 +0000 | [diff] [blame] | 33 | config CONFIG_FAKEIDENTD |
| 34 | bool "fakeidentd" |
| 35 | default n |
| 36 | help |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 37 | fakeidentd listens on the ident port and returns a predefined |
| 38 | fake value on any query. |
Mike Frysinger | fa69f11 | 2005-04-17 07:24:19 +0000 | [diff] [blame] | 39 | |
Glenn L McGrath | 02d7cbf | 2002-12-13 02:43:50 +0000 | [diff] [blame] | 40 | config CONFIG_FTPGET |
| 41 | bool "ftpget" |
| 42 | default n |
| 43 | help |
| 44 | Retrieve a remote file via FTP. |
| 45 | |
| 46 | config CONFIG_FTPPUT |
| 47 | bool "ftpput" |
| 48 | default n |
| 49 | help |
| 50 | Store a remote file via FTP. |
| 51 | |
Bernhard Reutner-Fischer | 01d23ad | 2006-05-26 20:19:22 +0000 | [diff] [blame] | 52 | config CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS |
| 53 | bool "Enable long options in ftpget/ftpput" |
| 54 | default n |
| 55 | depends on CONFIG_GETOPT_LONG && (CONFIG_FTPGET || CONFIG_FTPPUT) |
| 56 | help |
| 57 | Support long options for the ftpget/ftpput applet. |
| 58 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 59 | config CONFIG_HOSTNAME |
| 60 | bool "hostname" |
| 61 | default n |
| 62 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 63 | Show or set the system's host name |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 64 | |
Glenn L McGrath | 58c708a | 2003-01-05 04:01:56 +0000 | [diff] [blame] | 65 | config CONFIG_HTTPD |
| 66 | bool "httpd" |
| 67 | default n |
| 68 | help |
| 69 | Serve web pages via an HTTP server. |
| 70 | |
Rob Landley | a2d9a17 | 2006-04-28 19:38:04 +0000 | [diff] [blame] | 71 | config CONFIG_FEATURE_HTTPD_WITHOUT_INETD |
| 72 | bool "Support using httpd as a daemon (not from inetd)" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 73 | default n |
| 74 | depends on CONFIG_HTTPD |
| 75 | help |
Rob Landley | a2d9a17 | 2006-04-28 19:38:04 +0000 | [diff] [blame] | 76 | This option enables uid and port options for the httpd applet, |
| 77 | and eliminates the need to be called from the inetd server daemon. |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 78 | |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 79 | config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP |
| 80 | bool "Support reloading the global config file using hup signal" |
| 81 | default n |
Rob Landley | a2d9a17 | 2006-04-28 19:38:04 +0000 | [diff] [blame] | 82 | depends on CONFIG_HTTPD && CONFIG_FEATURE_HTTPD_WITHOUT_INETD |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 83 | help |
| 84 | This option enables processing of SIGHUP to reload cached |
| 85 | configuration settings. |
| 86 | |
| 87 | config CONFIG_FEATURE_HTTPD_SETUID |
| 88 | bool "Enable support -u <user> option" |
| 89 | default n |
Rob Landley | a2d9a17 | 2006-04-28 19:38:04 +0000 | [diff] [blame] | 90 | depends on CONFIG_HTTPD && CONFIG_FEATURE_HTTPD_WITHOUT_INETD |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 91 | help |
| 92 | This option allows the server to run as a specific user |
| 93 | rather than defaulting to the user that starts the server. |
| 94 | Use of this option requires special privileges to change to a |
| 95 | different user. |
| 96 | |
Glenn L McGrath | 58c708a | 2003-01-05 04:01:56 +0000 | [diff] [blame] | 97 | config CONFIG_FEATURE_HTTPD_BASIC_AUTH |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 98 | bool "Enable Basic http Authentication" |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 99 | default y |
Glenn L McGrath | 58c708a | 2003-01-05 04:01:56 +0000 | [diff] [blame] | 100 | depends on CONFIG_HTTPD |
| 101 | help |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 102 | Utilizes password settings from /etc/httpd.conf for basic |
| 103 | authentication on a per url basis. |
Glenn L McGrath | 58c708a | 2003-01-05 04:01:56 +0000 | [diff] [blame] | 104 | |
Eric Andersen | 35e643b | 2003-07-28 07:40:39 +0000 | [diff] [blame] | 105 | config CONFIG_FEATURE_HTTPD_AUTH_MD5 |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 106 | bool "Support MD5 crypted passwords for http Authentication" |
Eric Andersen | 35e643b | 2003-07-28 07:40:39 +0000 | [diff] [blame] | 107 | default n |
| 108 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH |
| 109 | help |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 110 | Enables basic per URL authentication from /etc/httpd.conf |
Eric Andersen | f3a02bb | 2003-07-28 08:31:56 +0000 | [diff] [blame] | 111 | using md5 passwords. |
Eric Andersen | 35e643b | 2003-07-28 07:40:39 +0000 | [diff] [blame] | 112 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 113 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 114 | bool "Support loading additional MIME types at run-time" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 115 | default n |
| 116 | depends on CONFIG_HTTPD |
| 117 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 118 | This option enables support for additional MIME types at |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 119 | run-time to be specified in the configuration file. |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 120 | |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 121 | config CONFIG_FEATURE_HTTPD_CGI |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 122 | bool "Support Common Gateway Interface (CGI)" |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 123 | default y |
| 124 | depends on CONFIG_HTTPD |
| 125 | help |
| 126 | This option allows scripts and executables to be invoked |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 127 | when specific URLs are requested. |
Glenn L McGrath | 393183d | 2003-05-26 14:07:50 +0000 | [diff] [blame] | 128 | |
"Vladimir N. Oleynik" | 4333a09 | 2006-01-31 13:53:30 +0000 | [diff] [blame] | 129 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 130 | bool "Enable support for running scripts through an interpreter" |
"Vladimir N. Oleynik" | 4333a09 | 2006-01-31 13:53:30 +0000 | [diff] [blame] | 131 | default n |
| 132 | depends on CONFIG_FEATURE_HTTPD_CGI |
| 133 | help |
| 134 | This option enables support for running scripts through an |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 135 | interpreter. Turn this on if you want PHP scripts to work |
"Vladimir N. Oleynik" | 4333a09 | 2006-01-31 13:53:30 +0000 | [diff] [blame] | 136 | properly. You need to supply an addition line in your httpd |
| 137 | config file: |
| 138 | *.php:/path/to/your/php |
| 139 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 140 | config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 141 | bool "Support the REMOTE_PORT environment variable for CGI" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 142 | default n |
| 143 | depends on CONFIG_FEATURE_HTTPD_CGI |
| 144 | help |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 145 | Use of this option can assist scripts in generating |
| 146 | references that contain a unique port number. |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 147 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 148 | config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 149 | bool "Enable the -e option for shell script CGI simplification." |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 150 | default y |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 151 | depends on CONFIG_HTTPD |
| 152 | help |
Bernhard Reutner-Fischer | 38fc692 | 2006-04-18 11:21:07 +0000 | [diff] [blame] | 153 | This option allows html encoding arbitrary |
Glenn L McGrath | d3af409 | 2003-05-14 12:20:21 +0000 | [diff] [blame] | 154 | strings for display of the browser. Output goes to stdout. |
| 155 | For example, httpd -e "<Hello World>" as |
| 156 | "<Hello World>". |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 157 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 158 | config CONFIG_IFCONFIG |
| 159 | bool "ifconfig" |
| 160 | default n |
| 161 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 162 | Ifconfig is used to configure the kernel-resident network interfaces. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 163 | |
| 164 | config CONFIG_FEATURE_IFCONFIG_STATUS |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 165 | bool "Enable status reporting output (+7k)" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 166 | default y |
| 167 | depends on CONFIG_IFCONFIG |
| 168 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 169 | If ifconfig is called with no arguments it will display the status |
| 170 | of the currently active interfaces. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 171 | |
| 172 | config CONFIG_FEATURE_IFCONFIG_SLIP |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 173 | bool "Enable slip-specific options \"keepalive\" and \"outfill\"" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 174 | default n |
| 175 | depends on CONFIG_IFCONFIG |
| 176 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 177 | Allow "keepalive" and "outfill" support for SLIP. If you're not |
| 178 | planning on using serial lines, leave this unchecked. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 179 | |
| 180 | config CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 181 | bool "Enable options \"mem_start\", \"io_addr\", and \"irq\"" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 182 | default n |
| 183 | depends on CONFIG_IFCONFIG |
| 184 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 185 | Allow the start address for shared memory, start address for I/O, |
| 186 | and/or the interrupt line used by the specified device. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 187 | |
| 188 | config CONFIG_FEATURE_IFCONFIG_HW |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 189 | bool "Enable option \"hw\" (ether only)" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 190 | default y |
| 191 | depends on CONFIG_IFCONFIG |
| 192 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 193 | Set the hardware address of this interface, if the device driver |
| 194 | supports this operation. Currently, we only support the 'ether' |
| 195 | class. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 196 | |
| 197 | config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 198 | bool "Set the broadcast automatically" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 199 | default n |
| 200 | depends on CONFIG_IFCONFIG |
| 201 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 202 | Setting this will make ifconfig attempt to find the broadcast |
| 203 | automatically if the value '+' is used. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 204 | |
| 205 | config CONFIG_IFUPDOWN |
| 206 | bool "ifupdown" |
| 207 | default n |
Bernhard Reutner-Fischer | 30b1786 | 2005-09-23 19:37:13 +0000 | [diff] [blame] | 208 | select CONFIG_RUN_PARTS |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 209 | help |
Eric Andersen | 342aea9 | 2003-07-26 09:27:02 +0000 | [diff] [blame] | 210 | Activate or deactivate the specified interfaces. This applet makes |
| 211 | use of either "ifconfig" and "route" or the "ip" command to actually |
| 212 | configure network interfaces. Therefore, you will probably also want |
| 213 | to enable either CONFIG_IFCONFIG and CONFIG_ROUTE, or enable |
| 214 | CONFIG_FEATURE_IFUPDOWN_IP and the various CONFIG_IP options. Of |
| 215 | course you could use non-busybox versions of these programs, so |
| 216 | against my better judgement (since this will surely result in plenty |
| 217 | of support questions on the mailing list), I do not force you to |
| 218 | enable these additional options. It is up to you to supply either |
| 219 | "ifconfig" and "route" or the "ip" command, either via busybox or via |
| 220 | standalone utilities. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 221 | |
Glenn L McGrath | d66370c | 2003-01-13 21:40:38 +0000 | [diff] [blame] | 222 | config CONFIG_FEATURE_IFUPDOWN_IP |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 223 | bool "Use ip applet" |
Glenn L McGrath | d66370c | 2003-01-13 21:40:38 +0000 | [diff] [blame] | 224 | default n |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 225 | depends on CONFIG_IFUPDOWN |
Glenn L McGrath | d66370c | 2003-01-13 21:40:38 +0000 | [diff] [blame] | 226 | help |
Eric Andersen | c601ff1 | 2003-08-08 23:12:12 +0000 | [diff] [blame] | 227 | Use the iproute "ip" command to implement "ifup" and "ifdown", rather |
| 228 | than the default of using the older 'ifconfig' and 'route' utilities. |
| 229 | |
Bernhard Reutner-Fischer | 6554de0 | 2006-04-10 12:32:52 +0000 | [diff] [blame] | 230 | config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 231 | bool "Use busybox ip applet" |
Eric Andersen | c601ff1 | 2003-08-08 23:12:12 +0000 | [diff] [blame] | 232 | default y |
| 233 | depends on CONFIG_FEATURE_IFUPDOWN_IP |
| 234 | select CONFIG_IP |
| 235 | select CONFIG_FEATURE_IP_ADDRESS |
| 236 | select CONFIG_FEATURE_IP_LINK |
| 237 | select CONFIG_FEATURE_IP_ROUTE |
| 238 | help |
| 239 | Use the busybox iproute "ip" applet to implement "ifupdown". |
| 240 | |
| 241 | If leave this disabled, you must install the full-blown iproute2 |
| 242 | utility or the "ifup" and "ifdown" applets will not work. |
| 243 | |
Bernhard Reutner-Fischer | 6554de0 | 2006-04-10 12:32:52 +0000 | [diff] [blame] | 244 | config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 245 | bool "Use busybox ifconfig and route applets" |
Eric Andersen | c601ff1 | 2003-08-08 23:12:12 +0000 | [diff] [blame] | 246 | default y |
| 247 | depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP |
| 248 | select CONFIG_IFCONFIG |
| 249 | select CONFIG_ROUTE |
| 250 | help |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 251 | Use the busybox iproute "ifconfig" and "route" applets to |
Eric Andersen | c601ff1 | 2003-08-08 23:12:12 +0000 | [diff] [blame] | 252 | implement the "ifup" and "ifdown" utilities. |
| 253 | |
| 254 | If leave this disabled, you must install the full-blown ifconfig |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 255 | and route utilities, or the "ifup" and "ifdown" applets will not |
Eric Andersen | c601ff1 | 2003-08-08 23:12:12 +0000 | [diff] [blame] | 256 | work. |
Glenn L McGrath | d66370c | 2003-01-13 21:40:38 +0000 | [diff] [blame] | 257 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 258 | config CONFIG_FEATURE_IFUPDOWN_IPV4 |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 259 | bool "Enable support for IPv4" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 260 | default y |
| 261 | depends on CONFIG_IFUPDOWN |
| 262 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 263 | If you want busybox to talk IPv4, leave this on. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 264 | |
| 265 | config CONFIG_FEATURE_IFUPDOWN_IPV6 |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 266 | bool "Enable support for IPv6" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 267 | default n |
Rob Landley | ea4c53c | 2006-04-10 17:32:05 +0000 | [diff] [blame] | 268 | depends on CONFIG_IFUPDOWN && CONFIG_FEATURE_IPV6 |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 269 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 270 | If you need support for IPv6, turn this option on. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 271 | |
| 272 | config CONFIG_FEATURE_IFUPDOWN_IPX |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 273 | bool "Enable support for IPX" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 274 | default n |
| 275 | depends on CONFIG_IFUPDOWN |
| 276 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 277 | If this option is selected you can use busybox to work with IPX |
| 278 | networks. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 279 | |
Glenn L McGrath | cdbe5e5 | 2002-12-06 08:35:55 +0000 | [diff] [blame] | 280 | config CONFIG_FEATURE_IFUPDOWN_MAPPING |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 281 | bool "Enable mapping support" |
Glenn L McGrath | cdbe5e5 | 2002-12-06 08:35:55 +0000 | [diff] [blame] | 282 | default n |
| 283 | depends on CONFIG_IFUPDOWN |
| 284 | help |
| 285 | This enables support for the "mapping" stanza, unless you have |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 286 | a weird network setup you don't need it. |
Glenn L McGrath | cdbe5e5 | 2002-12-06 08:35:55 +0000 | [diff] [blame] | 287 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 288 | config CONFIG_INETD |
| 289 | bool "inetd" |
| 290 | default n |
| 291 | help |
| 292 | Internet superserver daemon |
| 293 | |
Bernhard Reutner-Fischer | a4acf66 | 2006-04-10 12:26:47 +0000 | [diff] [blame] | 294 | config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 295 | bool "Support echo service" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 296 | default y |
| 297 | depends on CONFIG_INETD |
| 298 | help |
| 299 | Echo received data internal inetd service |
| 300 | |
Bernhard Reutner-Fischer | a4acf66 | 2006-04-10 12:26:47 +0000 | [diff] [blame] | 301 | config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 302 | bool "Support discard service" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 303 | default y |
| 304 | depends on CONFIG_INETD |
| 305 | help |
| 306 | Internet /dev/null internal inetd service |
| 307 | |
Bernhard Reutner-Fischer | a4acf66 | 2006-04-10 12:26:47 +0000 | [diff] [blame] | 308 | config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 309 | bool "Support time service" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 310 | default y |
| 311 | depends on CONFIG_INETD |
| 312 | help |
| 313 | Return 32 bit time since 1900 internal inetd service |
| 314 | |
Bernhard Reutner-Fischer | a4acf66 | 2006-04-10 12:26:47 +0000 | [diff] [blame] | 315 | config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 316 | bool "Support daytime service" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 317 | default y |
| 318 | depends on CONFIG_INETD |
| 319 | help |
| 320 | Return human-readable time internal inetd service |
| 321 | |
Bernhard Reutner-Fischer | a4acf66 | 2006-04-10 12:26:47 +0000 | [diff] [blame] | 322 | config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 323 | bool "Support chargen service" |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 324 | default y |
| 325 | depends on CONFIG_INETD |
| 326 | help |
| 327 | Familiar character generator internal inetd service |
| 328 | |
"Vladimir N. Oleynik" | 1a2f4d9 | 2005-10-03 08:08:58 +0000 | [diff] [blame] | 329 | config CONFIG_FEATURE_INETD_RPC |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 330 | bool "Support RPC services" |
"Vladimir N. Oleynik" | 1a2f4d9 | 2005-10-03 08:08:58 +0000 | [diff] [blame] | 331 | default n |
| 332 | depends on CONFIG_INETD |
| 333 | help |
| 334 | Suuport Sun-RPC based services |
| 335 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 336 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 337 | config CONFIG_IP |
| 338 | bool "ip" |
| 339 | default n |
| 340 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 341 | The "ip" applet is a TCP/IP interface configuration and routing |
| 342 | utility. You generally don't need "ip" to use busybox with |
| 343 | TCP/IP. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 344 | |
Bernhard Reutner-Fischer | 2949577 | 2006-04-18 08:11:37 +0000 | [diff] [blame] | 345 | config CONFIG_FEATURE_IP_ADDRESS |
| 346 | bool "ip address" |
| 347 | default y |
| 348 | depends on CONFIG_IP |
| 349 | help |
| 350 | Address manipulation support for the "ip" applet. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 351 | |
Bernhard Reutner-Fischer | 2949577 | 2006-04-18 08:11:37 +0000 | [diff] [blame] | 352 | config CONFIG_FEATURE_IP_LINK |
| 353 | bool "ip link" |
| 354 | default y |
| 355 | depends on CONFIG_IP |
| 356 | help |
| 357 | Configure network devices with "ip". |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 358 | |
Bernhard Reutner-Fischer | 2949577 | 2006-04-18 08:11:37 +0000 | [diff] [blame] | 359 | config CONFIG_FEATURE_IP_ROUTE |
| 360 | bool "ip route" |
| 361 | default y |
| 362 | depends on CONFIG_IP |
| 363 | help |
| 364 | Add support for routing table management to "ip". |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 365 | |
Bernhard Reutner-Fischer | 2949577 | 2006-04-18 08:11:37 +0000 | [diff] [blame] | 366 | config CONFIG_FEATURE_IP_TUNNEL |
| 367 | bool "ip tunnel" |
| 368 | default n |
| 369 | depends on CONFIG_IP |
| 370 | help |
| 371 | Add support for tunneling commands to "ip". |
| 372 | |
| 373 | config CONFIG_FEATURE_IP_SHORT_FORMS |
| 374 | bool "Support short forms of ip commands." |
| 375 | default n |
| 376 | depends on CONFIG_IP |
| 377 | help |
| 378 | Also support short-form of ip <OBJECT> commands: |
| 379 | ip addr -> ipaddr |
| 380 | ip link -> iplink |
| 381 | ip route -> iproute |
| 382 | ip tunnel -> iptunnel |
| 383 | |
| 384 | Say N unless you desparately need the short form of the ip |
| 385 | object commands. |
| 386 | |
| 387 | config CONFIG_IPADDR |
| 388 | bool |
| 389 | default y |
| 390 | depends on CONFIG_FEATURE_IP_SHORT_FORMS && CONFIG_FEATURE_IP_ADDRESS |
| 391 | |
| 392 | config CONFIG_IPLINK |
| 393 | bool |
| 394 | default y |
| 395 | depends on CONFIG_FEATURE_IP_SHORT_FORMS && CONFIG_FEATURE_IP_LINK |
| 396 | |
| 397 | config CONFIG_IPROUTE |
| 398 | bool |
| 399 | default y |
| 400 | depends on CONFIG_FEATURE_IP_SHORT_FORMS && CONFIG_FEATURE_IP_ROUTE |
| 401 | |
| 402 | config CONFIG_IPTUNNEL |
| 403 | bool |
| 404 | default y |
| 405 | depends on CONFIG_FEATURE_IP_SHORT_FORMS && CONFIG_FEATURE_IP_TUNNEL |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 406 | |
| 407 | config CONFIG_IPCALC |
| 408 | bool "ipcalc" |
| 409 | default n |
| 410 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 411 | ipcalc takes an IP address and netmask and calculates the |
| 412 | resulting broadcast, network, and host range. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 413 | |
| 414 | config CONFIG_FEATURE_IPCALC_FANCY |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 415 | bool "Fancy IPCALC, more options, adds 1 kbyte" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 416 | default y |
Glenn L McGrath | 80a6041 | 2002-12-06 23:11:30 +0000 | [diff] [blame] | 417 | depends on CONFIG_IPCALC |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 418 | help |
Glenn L McGrath | 530ea42 | 2003-09-02 06:59:57 +0000 | [diff] [blame] | 419 | Adds the options hostname, prefix and silent to the output of "ipcalc". |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 420 | |
Bernhard Reutner-Fischer | 01d23ad | 2006-05-26 20:19:22 +0000 | [diff] [blame] | 421 | config CONFIG_FEATURE_IPCALC_LONG_OPTIONS |
| 422 | bool "Enable long options" |
| 423 | default n |
| 424 | depends on CONFIG_IPCALC && CONFIG_GETOPT_LONG |
| 425 | help |
| 426 | Support long options for the ipcalc applet. |
| 427 | |
Glenn L McGrath | f03c933 | 2002-12-13 00:01:44 +0000 | [diff] [blame] | 428 | config CONFIG_NAMEIF |
| 429 | bool "nameif" |
| 430 | default n |
| 431 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 432 | nameif is used to rename network interface by its MAC address. |
Glenn L McGrath | f03c933 | 2002-12-13 00:01:44 +0000 | [diff] [blame] | 433 | Renamed interfaces MUST be in the down state. |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 434 | It is possible to use a file (default: /etc/mactab) |
Glenn L McGrath | f03c933 | 2002-12-13 00:01:44 +0000 | [diff] [blame] | 435 | with list of new interface names and MACs. |
| 436 | Maximum interface name length: IF_NAMESIZE = 16 |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 437 | File fields are separated by space or tab. |
Glenn L McGrath | f03c933 | 2002-12-13 00:01:44 +0000 | [diff] [blame] | 438 | File format: |
| 439 | # Comment |
"Vladimir N. Oleynik" | 45a8ed8 | 2005-09-06 16:08:33 +0000 | [diff] [blame] | 440 | new_interface_name XX:XX:XX:XX:XX:XX |
Glenn L McGrath | f03c933 | 2002-12-13 00:01:44 +0000 | [diff] [blame] | 441 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 442 | config CONFIG_NC |
| 443 | bool "nc" |
| 444 | default n |
| 445 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 446 | A simple Unix utility which reads and writes data across network |
| 447 | connections. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 448 | |
Rob Landley | 1cca948 | 2006-07-10 19:45:20 +0000 | [diff] [blame^] | 449 | config CONFIG_NC_SERVER |
| 450 | bool "Netcat server options (-lp)" |
Mike Frysinger | 7dc7f40 | 2005-05-06 05:00:34 +0000 | [diff] [blame] | 451 | default n |
| 452 | depends on CONFIG_NC |
| 453 | help |
Rob Landley | 1cca948 | 2006-07-10 19:45:20 +0000 | [diff] [blame^] | 454 | Allow netcat to act as a server. |
| 455 | |
| 456 | config CONFIG_NC_EXTRA |
| 457 | bool "Netcat extensions (-eiw and filename)" |
| 458 | default n |
| 459 | depends on CONFIG_NC |
| 460 | help |
| 461 | Add -e (support for executing the rest of the command line after |
| 462 | making or receiving a successful connection), -i (delay interval for |
| 463 | lines sent), -w (timeout for initial connection). |
Mike Frysinger | 7dc7f40 | 2005-05-06 05:00:34 +0000 | [diff] [blame] | 464 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 465 | config CONFIG_NETSTAT |
| 466 | bool "netstat" |
| 467 | default n |
| 468 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 469 | netstat prints information about the Linux networking subsystem. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 470 | |
| 471 | config CONFIG_NSLOOKUP |
| 472 | bool "nslookup" |
| 473 | default n |
| 474 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 475 | nslookup is a tool to query Internet name servers. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 476 | |
| 477 | config CONFIG_PING |
| 478 | bool "ping" |
| 479 | default n |
| 480 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 481 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 482 | elicit an ICMP ECHO_RESPONSE from a host or gateway. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 483 | |
| 484 | config CONFIG_FEATURE_FANCY_PING |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 485 | bool "Enable fancy ping output" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 486 | default y |
| 487 | depends on CONFIG_PING |
| 488 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 489 | Make the output from the ping applet include statistics, and at the |
| 490 | same time provide full support for ICMP packets. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 491 | |
| 492 | config CONFIG_PING6 |
| 493 | bool "ping6" |
| 494 | default n |
| 495 | depends on CONFIG_FEATURE_IPV6 |
| 496 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 497 | This will give you a ping that can talk IPv6. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 498 | |
| 499 | config CONFIG_FEATURE_FANCY_PING6 |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 500 | bool "Enable fancy ping6 output" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 501 | default y |
| 502 | depends on CONFIG_PING6 |
| 503 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 504 | Make the output from the ping6 applet include statistics, and at the |
| 505 | same time provide full support for ICMP packets. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 506 | |
| 507 | config CONFIG_ROUTE |
| 508 | bool "route" |
| 509 | default n |
| 510 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 511 | Route displays or manipulates the kernel's IP routing tables. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 512 | |
| 513 | config CONFIG_TELNET |
| 514 | bool "telnet" |
| 515 | default n |
| 516 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 517 | Telnet is an interface to the TELNET protocol, but is also commonly |
| 518 | used to test other simple protocols. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 519 | |
| 520 | config CONFIG_FEATURE_TELNET_TTYPE |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 521 | bool "Pass TERM type to remote host" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 522 | default y |
Glenn L McGrath | 80a6041 | 2002-12-06 23:11:30 +0000 | [diff] [blame] | 523 | depends on CONFIG_TELNET |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 524 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 525 | Setting this option will forward the TERM environment variable to the |
| 526 | remote host you are connecting to. This is useful to make sure that |
| 527 | things like ANSI colors and other control sequences behave. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 528 | |
Eric Andersen | 539ffc9 | 2004-02-22 12:25:47 +0000 | [diff] [blame] | 529 | config CONFIG_FEATURE_TELNET_AUTOLOGIN |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 530 | bool "Pass USER type to remote host" |
Eric Andersen | 539ffc9 | 2004-02-22 12:25:47 +0000 | [diff] [blame] | 531 | default y |
| 532 | depends on CONFIG_TELNET |
| 533 | help |
| 534 | Setting this option will forward the USER environment variable to the |
| 535 | remote host you are connecting to. This is useful when you need to |
| 536 | log into a machine without telling the username (autologin). This |
| 537 | option enables `-a' and `-l USER' arguments. |
| 538 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 539 | config CONFIG_TELNETD |
| 540 | bool "telnetd" |
| 541 | default n |
| 542 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 543 | A daemon for the TELNET protocol, allowing you to log onto the host |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 544 | running the daemon. Please keep in mind that the TELNET protocol |
Eric Andersen | 31ec93e | 2004-09-23 20:08:46 +0000 | [diff] [blame] | 545 | sends passwords in plain text. If you can't afford the space for an |
| 546 | SSH daemon and you trust your network, you may say 'y' here. As a |
| 547 | more secure alternative, you should seriously consider installing the |
| 548 | very small Dropbear SSH daemon instead: |
| 549 | http://matt.ucc.asn.au/dropbear/dropbear.html |
| 550 | |
| 551 | Note that for busybox telnetd to work you need several things: |
| 552 | First of all, your kernel needs: |
| 553 | CONFIG_UNIX98_PTYS=y |
| 554 | CONFIG_DEVPTS_FS=y |
| 555 | |
| 556 | Next, you need a /dev/pts directory on your root filesystem: |
| 557 | |
| 558 | $ ls -ld /dev/pts |
| 559 | drwxr-xr-x 2 root root 0 Sep 23 13:21 /dev/pts/ |
| 560 | |
| 561 | Next you need the pseudo terminal master multiplexer /dev/ptmx: |
| 562 | |
| 563 | $ ls -la /dev/ptmx |
| 564 | crw-rw-rw- 1 root tty 5, 2 Sep 23 13:55 /dev/ptmx |
| 565 | |
| 566 | Any /dev/ttyp[0-9]* files you may have can be removed. |
| 567 | Next, you need to mount the devpts filesystem on /dev/pts using: |
| 568 | |
| 569 | mount -t devpts devpts /dev/pts |
| 570 | |
| 571 | You need to be sure that Busybox has CONFIG_LOGIN and |
| 572 | CONFIG_FEATURE_SUID enabled. And finally, you should make |
| 573 | certain that Busybox has been installed setuid root: |
| 574 | |
| 575 | chown root.root /bin/busybox |
| 576 | chmod 4755 /bin/busybox |
| 577 | |
| 578 | with all that done, telnetd _should_ work.... |
| 579 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 580 | |
Glenn L McGrath | 9e5d6c0 | 2003-01-21 20:55:56 +0000 | [diff] [blame] | 581 | config CONFIG_FEATURE_TELNETD_INETD |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 582 | bool "Support call from inetd only" |
Glenn L McGrath | 9e5d6c0 | 2003-01-21 20:55:56 +0000 | [diff] [blame] | 583 | default n |
| 584 | depends on CONFIG_TELNETD |
| 585 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 586 | Selecting this will make telnetd only callable from inetd, |
| 587 | removing the standalone support. |
Glenn L McGrath | 9e5d6c0 | 2003-01-21 20:55:56 +0000 | [diff] [blame] | 588 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 589 | config CONFIG_TFTP |
| 590 | bool "tftp" |
| 591 | default n |
| 592 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 593 | This enables the Trivial File Transfer Protocol client program. TFTP |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 594 | is usually used for simple, small transfers such as a root image |
| 595 | for a network-enabled bootloader. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 596 | |
| 597 | config CONFIG_FEATURE_TFTP_GET |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 598 | bool "Enable \"get\" command" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 599 | default y |
| 600 | depends on CONFIG_TFTP |
| 601 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 602 | Add support for the GET command within the TFTP client. This allows |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 603 | a client to retrieve a file from a TFTP server. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 604 | |
| 605 | config CONFIG_FEATURE_TFTP_PUT |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 606 | bool "Enable \"put\" command" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 607 | default y |
| 608 | depends on CONFIG_TFTP |
| 609 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 610 | Add support for the PUT command within the TFTP client. This allows |
| 611 | a client to transfer a file to a TFTP server. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 612 | |
| 613 | config CONFIG_FEATURE_TFTP_BLOCKSIZE |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 614 | bool "Enable \"blocksize\" command" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 615 | default n |
| 616 | depends on CONFIG_TFTP |
| 617 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 618 | Allow the client to specify the desired block size for transfers. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 619 | |
Bernhard Reutner-Fischer | 597e70e | 2006-06-14 17:32:11 +0000 | [diff] [blame] | 620 | config CONFIG_DEBUG_TFTP |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 621 | bool "Enable debug" |
Glenn L McGrath | 393183d | 2003-05-26 14:07:50 +0000 | [diff] [blame] | 622 | default n |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 623 | depends on CONFIG_TFTP |
| 624 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 625 | Enable debug settings for tftp. This is useful if you're running |
| 626 | into problems with tftp as the protocol doesn't help you much when |
| 627 | you run into problems. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 628 | |
| 629 | config CONFIG_TRACEROUTE |
| 630 | bool "traceroute" |
| 631 | default n |
| 632 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 633 | Utility to trace the route of IP packets |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 634 | |
| 635 | config CONFIG_FEATURE_TRACEROUTE_VERBOSE |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 636 | bool "Enable verbose output" |
Glenn L McGrath | 393183d | 2003-05-26 14:07:50 +0000 | [diff] [blame] | 637 | default n |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 638 | depends on CONFIG_TRACEROUTE |
| 639 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 640 | Add some verbosity to traceroute. This includes amongst other things |
| 641 | hostnames and ICMP response types. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 642 | |
"Vladimir N. Oleynik" | 45a8ed8 | 2005-09-06 16:08:33 +0000 | [diff] [blame] | 643 | config CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 644 | bool "Enable loose source route" |
"Vladimir N. Oleynik" | 45a8ed8 | 2005-09-06 16:08:33 +0000 | [diff] [blame] | 645 | default n |
| 646 | depends on CONFIG_TRACEROUTE |
| 647 | help |
Bernhard Reutner-Fischer | c00411a | 2006-01-04 13:35:09 +0000 | [diff] [blame] | 648 | Add option to specify a loose source route gateway |
"Vladimir N. Oleynik" | 45a8ed8 | 2005-09-06 16:08:33 +0000 | [diff] [blame] | 649 | (8 maximum). |
| 650 | |
| 651 | config CONFIG_FEATURE_TRACEROUTE_USE_ICMP |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 652 | bool "Use ICMP instead of UDP" |
"Vladimir N. Oleynik" | 45a8ed8 | 2005-09-06 16:08:33 +0000 | [diff] [blame] | 653 | default n |
| 654 | depends on CONFIG_TRACEROUTE |
| 655 | help |
Bernhard Reutner-Fischer | c00411a | 2006-01-04 13:35:09 +0000 | [diff] [blame] | 656 | Add feature to allow for ICMP ECHO instead of UDP datagrams. |
"Vladimir N. Oleynik" | 45a8ed8 | 2005-09-06 16:08:33 +0000 | [diff] [blame] | 657 | |
Mike Frysinger | 1b4e1da | 2006-05-08 03:24:36 +0000 | [diff] [blame] | 658 | source networking/udhcp/Config.in |
| 659 | |
Eric Andersen | 853c494 | 2003-01-23 05:59:32 +0000 | [diff] [blame] | 660 | config CONFIG_VCONFIG |
| 661 | bool "vconfig" |
| 662 | default n |
| 663 | help |
| 664 | Creates, removes, and configures VLAN interfaces |
| 665 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 666 | config CONFIG_WGET |
| 667 | bool "wget" |
| 668 | default n |
| 669 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 670 | wget is a utility for non-interactive download of files from HTTP, |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 671 | HTTPS, and FTP servers. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 672 | |
| 673 | config CONFIG_FEATURE_WGET_STATUSBAR |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 674 | bool "Enable a nifty process meter (+2k)" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 675 | default y |
| 676 | depends on CONFIG_WGET |
| 677 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 678 | Enable the transfer progress bar for wget transfers. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 679 | |
| 680 | config CONFIG_FEATURE_WGET_AUTHENTICATION |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 681 | bool "Enable HTTP authentication" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 682 | default y |
| 683 | depends on CONFIG_WGET |
| 684 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 685 | Support authenticated HTTP transfers. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 686 | |
Glenn L McGrath | cc20ebc | 2003-09-10 23:52:15 +0000 | [diff] [blame] | 687 | config CONFIG_FEATURE_WGET_IP6_LITERAL |
Bernhard Reutner-Fischer | ea46f45 | 2006-04-18 11:11:40 +0000 | [diff] [blame] | 688 | bool "Enable IPv6 literal addresses" |
Glenn L McGrath | cc20ebc | 2003-09-10 23:52:15 +0000 | [diff] [blame] | 689 | default y |
Rob Landley | 0ebecac | 2006-04-10 17:34:12 +0000 | [diff] [blame] | 690 | depends on CONFIG_WGET && CONFIG_FEATURE_IPV6 |
Glenn L McGrath | cc20ebc | 2003-09-10 23:52:15 +0000 | [diff] [blame] | 691 | help |
| 692 | Support IPv6 address literal notation in URLs. |
| 693 | |
Bernhard Reutner-Fischer | 8d3a6f7 | 2006-05-31 14:11:38 +0000 | [diff] [blame] | 694 | config CONFIG_FEATURE_WGET_LONG_OPTIONS |
| 695 | bool "Enable long options" |
| 696 | default n |
| 697 | depends on CONFIG_WGET && CONFIG_GETOPT_LONG |
| 698 | help |
| 699 | Support long options for the wget applet. |
| 700 | |
Rob Landley | ad8071f | 2005-04-30 03:49:37 +0000 | [diff] [blame] | 701 | config CONFIG_ZCIP |
| 702 | bool "zcip" |
| 703 | default n |
| 704 | help |
| 705 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. |
| 706 | It's a daemon that allocates and defends a dynamically assigned |
| 707 | address on the 169.254/16 network, requiring no system administrator. |
| 708 | |
| 709 | See http://www.zeroconf.org for further details, and "zcip.script" |
| 710 | in the busybox examples. |
| 711 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 712 | endmenu |