[oe-commits] [openembedded-core] 09/60: busybox: Enable domain search list support

git at git.openembedded.org git at git.openembedded.org
Mon Apr 8 06:59:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9063bd92dd21b51f4950f54b835e69642765cdb3
Author: Alexey Brodkin <alexey.brodkin at synopsys.com>
AuthorDate: Sat Apr 6 01:47:15 2019 +0300

    busybox: Enable domain search list support
    
    This option is enabled by default in Busybox and becomes
    useful in networks with internal resources becasue allows
    to use much shorter names.
    
    E.g. instead of "server.internal.company.com" it's possible
    to use just "server" if DHCP server is configured with:
    ---------------------------->8-----------------------
    option domain-search "internal.company.com";
    ---------------------------->8-----------------------
    
    Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/busybox/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 493db28..0b27fcd 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -989,7 +989,6 @@ CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
 # CONFIG_FEATURE_UDHCP_PORT is not set
 CONFIG_UDHCP_DEBUG=0
 CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
-# CONFIG_FEATURE_UDHCP_RFC3397 is not set
 # CONFIG_FEATURE_UDHCP_8021Q is not set
 CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list