diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/networking/Config.src b/networking/Config.src index 449436247..8604c53e9 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -51,18 +51,21 @@ config VERBOSE_RESOLUTION_ERRORS | |||
51 | config ARP | 51 | config ARP |
52 | bool "arp" | 52 | bool "arp" |
53 | default y | 53 | default y |
54 | depends on PLATFORM_LINUX | ||
54 | help | 55 | help |
55 | Manipulate the system ARP cache. | 56 | Manipulate the system ARP cache. |
56 | 57 | ||
57 | config ARPING | 58 | config ARPING |
58 | bool "arping" | 59 | bool "arping" |
59 | default y | 60 | default y |
61 | depends on PLATFORM_LINUX | ||
60 | help | 62 | help |
61 | Ping hosts by ARP packets. | 63 | Ping hosts by ARP packets. |
62 | 64 | ||
63 | config BRCTL | 65 | config BRCTL |
64 | bool "brctl" | 66 | bool "brctl" |
65 | default y | 67 | default y |
68 | depends on PLATFORM_LINUX | ||
66 | help | 69 | help |
67 | Manage ethernet bridges. | 70 | Manage ethernet bridges. |
68 | Supports addbr/delbr and addif/delif. | 71 | Supports addbr/delbr and addif/delif. |
@@ -95,6 +98,7 @@ config DNSD | |||
95 | config ETHER_WAKE | 98 | config ETHER_WAKE |
96 | bool "ether-wake" | 99 | bool "ether-wake" |
97 | default y | 100 | default y |
101 | depends on PLATFORM_LINUX | ||
98 | help | 102 | help |
99 | Send a magic packet to wake up sleeping machines. | 103 | Send a magic packet to wake up sleeping machines. |
100 | 104 | ||
@@ -266,9 +270,18 @@ config FEATURE_HTTPD_PROXY | |||
266 | Then a request to /url/myfile will be forwarded to | 270 | Then a request to /url/myfile will be forwarded to |
267 | http://hostname[:port]/new/path/myfile. | 271 | http://hostname[:port]/new/path/myfile. |
268 | 272 | ||
273 | config FEATURE_HTTPD_GZIP | ||
274 | bool "Support for GZIP content encoding" | ||
275 | default y | ||
276 | depends on HTTPD | ||
277 | help | ||
278 | Makes httpd send files using GZIP content encoding if the | ||
279 | client supports it and a pre-compressed <file>.gz exists. | ||
280 | |||
269 | config IFCONFIG | 281 | config IFCONFIG |
270 | bool "ifconfig" | 282 | bool "ifconfig" |
271 | default y | 283 | default y |
284 | depends on PLATFORM_LINUX | ||
272 | help | 285 | help |
273 | Ifconfig is used to configure the kernel-resident network interfaces. | 286 | Ifconfig is used to configure the kernel-resident network interfaces. |
274 | 287 | ||
@@ -316,6 +329,7 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS | |||
316 | config IFENSLAVE | 329 | config IFENSLAVE |
317 | bool "ifenslave" | 330 | bool "ifenslave" |
318 | default y | 331 | default y |
332 | depends on PLATFORM_LINUX | ||
319 | help | 333 | help |
320 | Userspace application to bind several interfaces | 334 | Userspace application to bind several interfaces |
321 | to a logical interface (use with kernel bonding driver). | 335 | to a logical interface (use with kernel bonding driver). |
@@ -323,6 +337,7 @@ config IFENSLAVE | |||
323 | config IFPLUGD | 337 | config IFPLUGD |
324 | bool "ifplugd" | 338 | bool "ifplugd" |
325 | default y | 339 | default y |
340 | depends on PLATFORM_LINUX | ||
326 | help | 341 | help |
327 | Network interface plug detection daemon. | 342 | Network interface plug detection daemon. |
328 | 343 | ||
@@ -364,7 +379,7 @@ config FEATURE_IFUPDOWN_IP | |||
364 | config FEATURE_IFUPDOWN_IP_BUILTIN | 379 | config FEATURE_IFUPDOWN_IP_BUILTIN |
365 | bool "Use busybox ip applet" | 380 | bool "Use busybox ip applet" |
366 | default y | 381 | default y |
367 | depends on FEATURE_IFUPDOWN_IP | 382 | depends on FEATURE_IFUPDOWN_IP && PLATFORM_LINUX |
368 | select IP | 383 | select IP |
369 | select FEATURE_IP_ADDRESS | 384 | select FEATURE_IP_ADDRESS |
370 | select FEATURE_IP_LINK | 385 | select FEATURE_IP_LINK |
@@ -483,6 +498,7 @@ config FEATURE_INETD_RPC | |||
483 | config IP | 498 | config IP |
484 | bool "ip" | 499 | bool "ip" |
485 | default y | 500 | default y |
501 | depends on PLATFORM_LINUX | ||
486 | help | 502 | help |
487 | The "ip" applet is a TCP/IP interface configuration and routing | 503 | The "ip" applet is a TCP/IP interface configuration and routing |
488 | utility. You generally don't need "ip" to use busybox with | 504 | utility. You generally don't need "ip" to use busybox with |
@@ -598,6 +614,7 @@ config FEATURE_IPCALC_LONG_OPTIONS | |||
598 | config NAMEIF | 614 | config NAMEIF |
599 | bool "nameif" | 615 | bool "nameif" |
600 | default y | 616 | default y |
617 | depends on PLATFORM_LINUX | ||
601 | select FEATURE_SYSLOG | 618 | select FEATURE_SYSLOG |
602 | help | 619 | help |
603 | nameif is used to rename network interface by its MAC address. | 620 | nameif is used to rename network interface by its MAC address. |
@@ -626,6 +643,7 @@ config FEATURE_NAMEIF_EXTENDED | |||
626 | config NETSTAT | 643 | config NETSTAT |
627 | bool "netstat" | 644 | bool "netstat" |
628 | default y | 645 | default y |
646 | depends on PLATFORM_LINUX | ||
629 | help | 647 | help |
630 | netstat prints information about the Linux networking subsystem. | 648 | netstat prints information about the Linux networking subsystem. |
631 | 649 | ||
@@ -654,6 +672,7 @@ config NSLOOKUP | |||
654 | config NTPD | 672 | config NTPD |
655 | bool "ntpd" | 673 | bool "ntpd" |
656 | default y | 674 | default y |
675 | depends on PLATFORM_LINUX | ||
657 | help | 676 | help |
658 | The NTP client/server daemon. | 677 | The NTP client/server daemon. |
659 | 678 | ||
@@ -668,6 +687,7 @@ config FEATURE_NTPD_SERVER | |||
668 | config PING | 687 | config PING |
669 | bool "ping" | 688 | bool "ping" |
670 | default y | 689 | default y |
690 | depends on PLATFORM_LINUX | ||
671 | help | 691 | help |
672 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to | 692 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to |
673 | elicit an ICMP ECHO_RESPONSE from a host or gateway. | 693 | elicit an ICMP ECHO_RESPONSE from a host or gateway. |
@@ -696,12 +716,14 @@ config PSCAN | |||
696 | config ROUTE | 716 | config ROUTE |
697 | bool "route" | 717 | bool "route" |
698 | default y | 718 | default y |
719 | depends on PLATFORM_LINUX | ||
699 | help | 720 | help |
700 | Route displays or manipulates the kernel's IP routing tables. | 721 | Route displays or manipulates the kernel's IP routing tables. |
701 | 722 | ||
702 | config SLATTACH | 723 | config SLATTACH |
703 | bool "slattach" | 724 | bool "slattach" |
704 | default y | 725 | default y |
726 | depends on PLATFORM_LINUX | ||
705 | help | 727 | help |
706 | slattach is a small utility to attach network interfaces to serial | 728 | slattach is a small utility to attach network interfaces to serial |
707 | lines. | 729 | lines. |
@@ -888,6 +910,7 @@ config TFTP_DEBUG | |||
888 | config TRACEROUTE | 910 | config TRACEROUTE |
889 | bool "traceroute" | 911 | bool "traceroute" |
890 | default y | 912 | default y |
913 | depends on PLATFORM_LINUX | ||
891 | help | 914 | help |
892 | Utility to trace the route of IP packets. | 915 | Utility to trace the route of IP packets. |
893 | 916 | ||
@@ -924,6 +947,7 @@ config FEATURE_TRACEROUTE_USE_ICMP | |||
924 | config TUNCTL | 947 | config TUNCTL |
925 | bool "tunctl" | 948 | bool "tunctl" |
926 | default y | 949 | default y |
950 | depends on PLATFORM_LINUX | ||
927 | help | 951 | help |
928 | tunctl creates or deletes tun devices. | 952 | tunctl creates or deletes tun devices. |
929 | 953 | ||
@@ -956,6 +980,7 @@ config UDPSVD | |||
956 | config VCONFIG | 980 | config VCONFIG |
957 | bool "vconfig" | 981 | bool "vconfig" |
958 | default y | 982 | default y |
983 | depends on PLATFORM_LINUX | ||
959 | help | 984 | help |
960 | Creates, removes, and configures VLAN interfaces | 985 | Creates, removes, and configures VLAN interfaces |
961 | 986 | ||
@@ -990,6 +1015,7 @@ config FEATURE_WGET_LONG_OPTIONS | |||
990 | config ZCIP | 1015 | config ZCIP |
991 | bool "zcip" | 1016 | bool "zcip" |
992 | default y | 1017 | default y |
1018 | depends on PLATFORM_LINUX | ||
993 | select FEATURE_SYSLOG | 1019 | select FEATURE_SYSLOG |
994 | help | 1020 | help |
995 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. | 1021 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. |