diff options
author | Denis Vlasenko | 2008-02-04 13:12:16 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-02-04 13:12:16 +0000 |
commit | d55fe3e595eb0aad60484d273e251cfee4ef8aa5 (patch) | |
tree | 1b9ff57d70411902db36582da8dbaded99485eeb /networking/udhcp/Config.in | |
parent | e8ef7ec7de0cd9906b42a94eddb800ed1229a614 (diff) | |
download | busybox-d55fe3e595eb0aad60484d273e251cfee4ef8aa5.zip busybox-d55fe3e595eb0aad60484d273e251cfee4ef8aa5.tar.gz |
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 26cc8f5..ff0e4e2 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in @@ -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" |