udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
[oweals/busybox.git] / networking / udhcp / Config.in
index 1aef69ba70f4a1d7aa3aabe3509a27405883442a..ff0e4e2ae81663b1bf2fad7c91ba65d1729cb369 100644 (file)
@@ -63,6 +63,13 @@ config FEATURE_UDHCPC_ARPING
          is really available. The client will DHCPDECLINE the offer if the
          address is in use, and restart the discover process.
 
+config FEATURE_UDHCP_PORT
+       bool "Enable '-P port' option for udhcpd and udhcpc"
+       default n
+       depends on APP_UDHCPD || APP_UDHCPC
+       help
+         At the cost of ~300 bytes, enables -P port option.
+         This feature is typically not needed.
 
 config FEATURE_UDHCP_DEBUG
        bool "Compile udhcp with noisy debugging messages"
@@ -104,3 +111,4 @@ config UDHCPC_SLACK_FOR_BUGGY_SERVERS
            seems to confuse maximum allowed UDP packet size with
            maximum size of entire IP packet, and sends packets which are
            28 bytes too large.
+         Seednet (ISP) VDSL: sends packets 2 bytes too big.