diff options
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index f633473eb..9dd02c497 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in @@ -65,3 +65,11 @@ config FEATURE_UDHCP_DEBUG the background. See http://udhcp.busybox.net for further details. + +config FEATURE_RFC3397 + bool "Support for RFC3397 domain search (experimental)" + default n + depends on APP_UDHCPD || APP_UDHCPC + help + If selected, both client and server will support passing of domain + search lists via option 119, specified in RFC3397. |