2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Networking Utilities"
9 bool "Enable IPv6 support"
12 Enable IPv6 support in busybox.
13 This adds IPv6 support in the networking applets.
15 config FEATURE_UNIX_LOCAL
16 bool "Enable Unix domain socket support (usually not needed)"
19 Enable Unix domain socket support in all busybox networking
20 applets. Address of the form local:/path/to/unix/socket
23 This extension is almost never used in real world usage.
24 You most likely want to say N.
26 config FEATURE_PREFER_IPV4_ADDRESS
27 bool "Prefer IPv4 addresses from DNS queries"
29 depends on FEATURE_IPV6
31 Use IPv4 address of network host if it has one.
33 If this option is off, the first returned address will be used.
34 This may cause problems when your DNS server is IPv6-capable and
35 is returning IPv6 host addresses too. If IPv6 address
36 precedes IPv4 one in DNS reply, busybox network applets
37 (e.g. wget) will use IPv6 address. On an IPv6-incapable host
38 or network applets will fail to connect to the host
41 config VERBOSE_RESOLUTION_ERRORS
42 bool "Verbose resolution errors"
45 Enable if you are not satisfied with simplistic
46 "can't resolve 'hostname.com'" and want to know more.
47 This may increase size of your executable a bit.
51 source networking/udhcp/Config.in
53 config IFUPDOWN_UDHCPC_CMD_OPTIONS
54 string "ifup udhcpc command line options"
56 depends on IFUP || IFDOWN
58 Command line options to pass to udhcpc from ifup.
59 Intended to alter options not available in /etc/network/interfaces.
60 (IE: --syslog --background etc...)