diff options
author | Denis Vlasenko | 2007-02-27 21:15:08 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-02-27 21:15:08 +0000 |
commit | 5066473d411d6a474af3393d1b62a58ee3313861 (patch) | |
tree | 7649f98fbe056b9b7f87893f70b5b50cc5007fe9 /networking/udhcp/Config.in | |
parent | 966bb4376665e0cf22e64f7901fb956edbd2f1a9 (diff) | |
download | busybox-5066473d411d6a474af3393d1b62a58ee3313861.zip busybox-5066473d411d6a474af3393d1b62a58ee3313861.tar.gz |
udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)
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 f633473..9dd02c4 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. |