udhcpc: tweak help text
[oweals/busybox.git] / networking / udhcp / Config.src
index 750a53a3288cdd2beda79728789f0ecea88656db..6bfa398ea890ddeca244814dcecb1660b53b645d 100644 (file)
@@ -8,7 +8,7 @@ INSERT
 config UDHCPD
        bool "udhcp server (udhcpd)"
        default y
-       depends on PLATFORM_LINUX
+       select PLATFORM_LINUX
        help
          udhcpd is a DHCP server geared primarily toward embedded systems,
          while striving to be fully functional and RFC compliant.
@@ -66,7 +66,7 @@ config DHCPD_LEASES_FILE
 config UDHCPC
        bool "udhcp client (udhcpc)"
        default y
-       depends on PLATFORM_LINUX
+       select PLATFORM_LINUX
        help
          udhcpc is a DHCP client geared primarily toward embedded systems,
          while striving to be fully functional and RFC compliant.
@@ -113,6 +113,14 @@ config FEATURE_UDHCP_RFC3397
          search lists via option 119, specified in RFC 3397,
          and SIP servers option 120, specified in RFC 3361.
 
+config FEATURE_UDHCP_8021Q
+       bool "Support for 802.1Q VLAN parameters"
+       default y
+       depends on UDHCPD || UDHCPC
+       help
+         If selected, both client and server will support passing of VLAN
+         ID and priority via options 132 and 133 as per 802.1Q.
+
 config UDHCPC_DEFAULT_SCRIPT
        string "Absolute path to config script"
        default "/usr/share/udhcpc/default.script"