]> code.ossystems Code Review - openembedded-core.git/commit
busybox: Enable domain search list support
authorAlexey Brodkin <alexey.brodkin@synopsys.com>
Fri, 5 Apr 2019 22:47:15 +0000 (01:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Apr 2019 12:44:32 +0000 (13:44 +0100)
commit06a726141ef24bea2d17d2adfcb870e9cccacb74
tree747167e1f4e390ff66567294e0013ac592f3acc0
parentc762c0be43a3854a43cb4b9db559b03126d50706
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@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/defconfig