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 | |||
65 | the background. | 65 | the background. |
66 | 66 | ||
67 | See http://udhcp.busybox.net for further details. | 67 | See http://udhcp.busybox.net for further details. |
68 | |||
69 | config FEATURE_RFC3397 | ||
70 | bool "Support for RFC3397 domain search (experimental)" | ||
71 | default n | ||
72 | depends on APP_UDHCPD || APP_UDHCPC | ||
73 | help | ||
74 | If selected, both client and server will support passing of domain | ||
75 | search lists via option 119, specified in RFC3397. | ||