udhcp: logging improvements, field and variable renames
[oweals/busybox.git] / networking / Config.in
index f3ba85620a75a6779e3b5c7d93ebc65e05dfc94e..6e3ed0fad4069ce83eb3d73a512101823f333e88 100644 (file)
@@ -12,6 +12,13 @@ config FEATURE_IPV6
          Enable IPv6 support in busybox.
          This adds IPv6 support in the networking applets.
 
+config FEATURE_UNIX_LOCAL
+       bool "Enable Unix domain socket support (usually not needed)"
+       default n
+       help
+         Enable Unix domain socket support in all busybox networking
+         applets.
+
 config FEATURE_PREFER_IPV4_ADDRESS
        bool "Prefer IPv4 addresses from DNS queries"
        default y
@@ -100,11 +107,11 @@ config FTPD
          simple FTP daemon. You have to run it via inetd.
 
 config FEATURE_FTP_WRITE
-       bool "enable write"
+       bool "Enable upload commands"
        default y
        depends on FTPD
        help
-         Enable all kinds of FTP write commands (you have to add -w parameter)
+         Enable all kinds of FTP upload commands (-w option)
 
 config FTPGET
        bool "ftpget"
@@ -296,6 +303,12 @@ config IFENSLAVE
          Userspace application to bind several interfaces
          to a logical interface (use with kernel bonding driver).
 
+config IFPLUGD
+       bool "ifplugd"
+       default n
+       help
+         Network interface plug detection daemon.
+
 config IFUPDOWN
        bool "ifupdown"
        default n