diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 50 |
1 files changed, 31 insertions, 19 deletions
diff --git a/networking/Config.in b/networking/Config.in index 2b2de28ec..4c5cb8526 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -33,7 +33,7 @@ config CONFIG_HOSTNAME | |||
33 | bool "hostname" | 33 | bool "hostname" |
34 | default n | 34 | default n |
35 | help | 35 | help |
36 | Please submit a patch to add help text for this item. | 36 | Show or set the system's host name |
37 | 37 | ||
38 | config CONFIG_HTTPD | 38 | config CONFIG_HTTPD |
39 | bool "httpd" | 39 | bool "httpd" |
@@ -128,14 +128,15 @@ config CONFIG_IFCONFIG | |||
128 | bool "ifconfig" | 128 | bool "ifconfig" |
129 | default n | 129 | default n |
130 | help | 130 | help |
131 | Please submit a patch to add help text for this item. | 131 | Ifconfig is used to configure the kernel-resident network interfaces. |
132 | 132 | ||
133 | config CONFIG_FEATURE_IFCONFIG_STATUS | 133 | config CONFIG_FEATURE_IFCONFIG_STATUS |
134 | bool " Enable status reporting output (+7k)" | 134 | bool " Enable status reporting output (+7k)" |
135 | default y | 135 | default y |
136 | depends on CONFIG_IFCONFIG | 136 | depends on CONFIG_IFCONFIG |
137 | help | 137 | help |
138 | Please submit a patch to add help text for this item. | 138 | If ifconfig is called with no arguments it will display the status |
139 | of the currently active interfaces. | ||
139 | 140 | ||
140 | config CONFIG_FEATURE_IFCONFIG_SLIP | 141 | config CONFIG_FEATURE_IFCONFIG_SLIP |
141 | bool " Enable slip-specific options \"keepalive\" and \"outfill\"" | 142 | bool " Enable slip-specific options \"keepalive\" and \"outfill\"" |
@@ -149,14 +150,17 @@ config CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ | |||
149 | default n | 150 | default n |
150 | depends on CONFIG_IFCONFIG | 151 | depends on CONFIG_IFCONFIG |
151 | help | 152 | help |
152 | Please submit a patch to add help text for this item. | 153 | Allow the start address for shared memory, start address for I/O, |
154 | and/or the interrupt line used by the specified device. | ||
153 | 155 | ||
154 | config CONFIG_FEATURE_IFCONFIG_HW | 156 | config CONFIG_FEATURE_IFCONFIG_HW |
155 | bool " Enable option \"hw\" (ether only)" | 157 | bool " Enable option \"hw\" (ether only)" |
156 | default y | 158 | default y |
157 | depends on CONFIG_IFCONFIG | 159 | depends on CONFIG_IFCONFIG |
158 | help | 160 | help |
159 | Please submit a patch to add help text for this item. | 161 | Set the hardware address of this interface, if the device driver |
162 | supports this operation. Currently, we only support the 'ether' | ||
163 | class. | ||
160 | 164 | ||
161 | config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS | 165 | config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS |
162 | bool " Set the broadcast automatically" | 166 | bool " Set the broadcast automatically" |
@@ -169,7 +173,7 @@ config CONFIG_IFUPDOWN | |||
169 | bool "ifupdown" | 173 | bool "ifupdown" |
170 | default n | 174 | default n |
171 | help | 175 | help |
172 | Please submit a patch to add help text for this item. | 176 | Activate or deactivate the specified interface. |
173 | 177 | ||
174 | config CONFIG_FEATURE_IFUPDOWN_IP | 178 | config CONFIG_FEATURE_IFUPDOWN_IP |
175 | bool " Use ip applet" | 179 | bool " Use ip applet" |
@@ -315,7 +319,8 @@ config CONFIG_IPCALC | |||
315 | bool "ipcalc" | 319 | bool "ipcalc" |
316 | default n | 320 | default n |
317 | help | 321 | help |
318 | Please submit a patch to add help text for this item. | 322 | ipcalc takes an IP address and netmask and calculates the |
323 | resulting broadcast, network, and host range. | ||
319 | 324 | ||
320 | config CONFIG_FEATURE_IPCALC_FANCY | 325 | config CONFIG_FEATURE_IPCALC_FANCY |
321 | bool " Fancy IPCALC, more options, adds 300 bytes" | 326 | bool " Fancy IPCALC, more options, adds 300 bytes" |
@@ -366,13 +371,14 @@ config CONFIG_NC | |||
366 | bool "nc" | 371 | bool "nc" |
367 | default n | 372 | default n |
368 | help | 373 | help |
369 | Please submit a patch to add help text for this item. | 374 | A simple Unix utility which reads and writes data across network |
375 | connections. | ||
370 | 376 | ||
371 | config CONFIG_NETSTAT | 377 | config CONFIG_NETSTAT |
372 | bool "netstat" | 378 | bool "netstat" |
373 | default n | 379 | default n |
374 | help | 380 | help |
375 | Please submit a patch to add help text for this item. | 381 | Netstat prints information about the Linux networking subsystem. |
376 | 382 | ||
377 | config CONFIG_NSLOOKUP | 383 | config CONFIG_NSLOOKUP |
378 | bool "nslookup" | 384 | bool "nslookup" |
@@ -384,7 +390,8 @@ config CONFIG_PING | |||
384 | bool "ping" | 390 | bool "ping" |
385 | default n | 391 | default n |
386 | help | 392 | help |
387 | Please submit a patch to add help text for this item. | 393 | Ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to |
394 | elicit an ICMP ECHO_RESPONSE from a host or gateway. | ||
388 | 395 | ||
389 | config CONFIG_FEATURE_FANCY_PING | 396 | config CONFIG_FEATURE_FANCY_PING |
390 | bool " Enable fancy ping output" | 397 | bool " Enable fancy ping output" |
@@ -411,7 +418,7 @@ config CONFIG_ROUTE | |||
411 | bool "route" | 418 | bool "route" |
412 | default n | 419 | default n |
413 | help | 420 | help |
414 | Please submit a patch to add help text for this item. | 421 | Route displays or manipulates the kernel's IP routing tables. |
415 | 422 | ||
416 | config CONFIG_TELNET | 423 | config CONFIG_TELNET |
417 | bool "telnet" | 424 | bool "telnet" |
@@ -443,28 +450,32 @@ config CONFIG_TFTP | |||
443 | bool "tftp" | 450 | bool "tftp" |
444 | default n | 451 | default n |
445 | help | 452 | help |
446 | Please submit a patch to add help text for this item. | 453 | This enables the Tirvial File Transfer Protocol client program. TFTP |
454 | is usually used for simple, small transfers such as a root image | ||
455 | for a network-enabled bootloader. | ||
447 | 456 | ||
448 | config CONFIG_FEATURE_TFTP_GET | 457 | config CONFIG_FEATURE_TFTP_GET |
449 | bool " Enable \"get\" command" | 458 | bool " Enable \"get\" command" |
450 | default y | 459 | default y |
451 | depends on CONFIG_TFTP | 460 | depends on CONFIG_TFTP |
452 | help | 461 | help |
453 | Please submit a patch to add help text for this item. | 462 | Add support for the GET command within the TFTP client. This allows |
463 | a client to retreive a file from a TFTP server. | ||
454 | 464 | ||
455 | config CONFIG_FEATURE_TFTP_PUT | 465 | config CONFIG_FEATURE_TFTP_PUT |
456 | bool " Enable \"put\" command" | 466 | bool " Enable \"put\" command" |
457 | default y | 467 | default y |
458 | depends on CONFIG_TFTP | 468 | depends on CONFIG_TFTP |
459 | help | 469 | help |
460 | Please submit a patch to add help text for this item. | 470 | Add support for the PUT command within the TFTP client. This allows |
471 | a client to transfer a file to a TFTP server. | ||
461 | 472 | ||
462 | config CONFIG_FEATURE_TFTP_BLOCKSIZE | 473 | config CONFIG_FEATURE_TFTP_BLOCKSIZE |
463 | bool " Enable \"blocksize\" command" | 474 | bool " Enable \"blocksize\" command" |
464 | default n | 475 | default n |
465 | depends on CONFIG_TFTP | 476 | depends on CONFIG_TFTP |
466 | help | 477 | help |
467 | Please submit a patch to add help text for this item. | 478 | Allow the client to specify the desired block size for transfers. |
468 | 479 | ||
469 | config CONFIG_FEATURE_TFTP_DEBUG | 480 | config CONFIG_FEATURE_TFTP_DEBUG |
470 | bool " Enable debug" | 481 | bool " Enable debug" |
@@ -477,7 +488,7 @@ config CONFIG_TRACEROUTE | |||
477 | bool "traceroute" | 488 | bool "traceroute" |
478 | default n | 489 | default n |
479 | help | 490 | help |
480 | Please submit a patch to add help text for this item. | 491 | Utility to trace the route of IP packets |
481 | 492 | ||
482 | config CONFIG_FEATURE_TRACEROUTE_VERBOSE | 493 | config CONFIG_FEATURE_TRACEROUTE_VERBOSE |
483 | bool " Enable verbose output" | 494 | bool " Enable verbose output" |
@@ -503,21 +514,22 @@ config CONFIG_WGET | |||
503 | bool "wget" | 514 | bool "wget" |
504 | default n | 515 | default n |
505 | help | 516 | help |
506 | Please submit a patch to add help text for this item. | 517 | Wget is a utility for non-interactive download of files from HTTP, |
518 | HTTPS, and FTP servers. | ||
507 | 519 | ||
508 | config CONFIG_FEATURE_WGET_STATUSBAR | 520 | config CONFIG_FEATURE_WGET_STATUSBAR |
509 | bool " Enable a nifty process meter (+2k)" | 521 | bool " Enable a nifty process meter (+2k)" |
510 | default y | 522 | default y |
511 | depends on CONFIG_WGET | 523 | depends on CONFIG_WGET |
512 | help | 524 | help |
513 | Please submit a patch to add help text for this item. | 525 | Enable the transfer progress bar for wget transfers. |
514 | 526 | ||
515 | config CONFIG_FEATURE_WGET_AUTHENTICATION | 527 | config CONFIG_FEATURE_WGET_AUTHENTICATION |
516 | bool " Enable HTTP authentication" | 528 | bool " Enable HTTP authentication" |
517 | default y | 529 | default y |
518 | depends on CONFIG_WGET | 530 | depends on CONFIG_WGET |
519 | help | 531 | help |
520 | Please submit a patch to add help text for this item. | 532 | Support authenticated HTTP transfers. |
521 | 533 | ||
522 | source networking/udhcp/Config.in | 534 | source networking/udhcp/Config.in |
523 | 535 | ||