aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 5ccc4836a..c92bf91fa 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -8,6 +8,7 @@ menu "Networking Utilities"
8config FEATURE_IPV6 8config FEATURE_IPV6
9 bool "Enable IPv6 support" 9 bool "Enable IPv6 support"
10 default n 10 default n
11 depends on !MINGW32
11 help 12 help
12 Enable IPv6 support in busybox. 13 Enable IPv6 support in busybox.
13 This adds IPv6 support in the networking applets. 14 This adds IPv6 support in the networking applets.
@@ -23,12 +24,14 @@ config VERBOSE_RESOLUTION_ERRORS
23config ARP 24config ARP
24 bool "arp" 25 bool "arp"
25 default n 26 default n
27 depends on !MINGW32
26 help 28 help
27 Manipulate the system ARP cache. 29 Manipulate the system ARP cache.
28 30
29config ARPING 31config ARPING
30 bool "arping" 32 bool "arping"
31 default n 33 default n
34 depends on !MINGW32
32 help 35 help
33 Ping hosts by ARP packets. 36 Ping hosts by ARP packets.
34 37
@@ -41,6 +44,7 @@ config DNSD
41config ETHER_WAKE 44config ETHER_WAKE
42 bool "ether-wake" 45 bool "ether-wake"
43 default n 46 default n
47 depends on !MINGW32
44 help 48 help
45 Send a magic packet to wake up sleeping machines. 49 Send a magic packet to wake up sleeping machines.
46 50
@@ -165,6 +169,7 @@ config FEATURE_HTTPD_ENCODE_URL_STR
165config IFCONFIG 169config IFCONFIG
166 bool "ifconfig" 170 bool "ifconfig"
167 default n 171 default n
172 depends on !MINGW32
168 help 173 help
169 Ifconfig is used to configure the kernel-resident network interfaces. 174 Ifconfig is used to configure the kernel-resident network interfaces.
170 175
@@ -212,6 +217,7 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS
212config IFUPDOWN 217config IFUPDOWN
213 bool "ifupdown" 218 bool "ifupdown"
214 default n 219 default n
220 depends on !MINGW32
215 help 221 help
216 Activate or deactivate the specified interfaces. This applet makes 222 Activate or deactivate the specified interfaces. This applet makes
217 use of either "ifconfig" and "route" or the "ip" command to actually 223 use of either "ifconfig" and "route" or the "ip" command to actually
@@ -354,6 +360,7 @@ config FEATURE_INETD_RPC
354config IP 360config IP
355 bool "ip" 361 bool "ip"
356 default n 362 default n
363 depends on !MINGW32
357 help 364 help
358 The "ip" applet is a TCP/IP interface configuration and routing 365 The "ip" applet is a TCP/IP interface configuration and routing
359 utility. You generally don't need "ip" to use busybox with 366 utility. You generally don't need "ip" to use busybox with
@@ -458,6 +465,7 @@ config FEATURE_IPCALC_LONG_OPTIONS
458config NAMEIF 465config NAMEIF
459 bool "nameif" 466 bool "nameif"
460 default n 467 default n
468 depends on !MINGW32
461 select FEATURE_SYSLOG 469 select FEATURE_SYSLOG
462 help 470 help
463 nameif is used to rename network interface by its MAC address. 471 nameif is used to rename network interface by its MAC address.
@@ -496,6 +504,7 @@ config NC_EXTRA
496config NETSTAT 504config NETSTAT
497 bool "netstat" 505 bool "netstat"
498 default n 506 default n
507 depends on !MINGW32
499 help 508 help
500 netstat prints information about the Linux networking subsystem. 509 netstat prints information about the Linux networking subsystem.
501 510
@@ -516,6 +525,7 @@ config NSLOOKUP
516config PING 525config PING
517 bool "ping" 526 bool "ping"
518 default n 527 default n
528 depends on !MINGW32
519 help 529 help
520 ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to 530 ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
521 elicit an ICMP ECHO_RESPONSE from a host or gateway. 531 elicit an ICMP ECHO_RESPONSE from a host or gateway.
@@ -538,6 +548,7 @@ config FEATURE_FANCY_PING
538config ROUTE 548config ROUTE
539 bool "route" 549 bool "route"
540 default n 550 default n
551 depends on !MINGW32
541 help 552 help
542 Route displays or manipulates the kernel's IP routing tables. 553 Route displays or manipulates the kernel's IP routing tables.
543 554
@@ -660,6 +671,7 @@ config DEBUG_TFTP
660config TRACEROUTE 671config TRACEROUTE
661 bool "traceroute" 672 bool "traceroute"
662 default n 673 default n
674 depends on !MINGW32
663 help 675 help
664 Utility to trace the route of IP packets 676 Utility to trace the route of IP packets
665 677
@@ -691,6 +703,7 @@ source networking/udhcp/Config.in
691config VCONFIG 703config VCONFIG
692 bool "vconfig" 704 bool "vconfig"
693 default n 705 default n
706 depends on !MINGW32
694 help 707 help
695 Creates, removes, and configures VLAN interfaces 708 Creates, removes, and configures VLAN interfaces
696 709
@@ -725,6 +738,7 @@ config FEATURE_WGET_LONG_OPTIONS
725config ZCIP 738config ZCIP
726 bool "zcip" 739 bool "zcip"
727 default n 740 default n
741 depends on !MINGW32
728 select FEATURE_SYSLOG 742 select FEATURE_SYSLOG
729 help 743 help
730 ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. 744 ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.