aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/defconfig
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-08-04 19:03:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-06 10:22:54 +0100
commit06bdccb5c4df44745863a2290cbb83fd190f66df (patch)
treeb1decc5ebd8aa5ee3025c257dabc23a6215416c2 /meta/recipes-core/busybox/busybox/defconfig
parentd5a1999a7dc216b8182440cf9e8489ec79a6606e (diff)
downloadopenembedded-core-contrib-06bdccb5c4df44745863a2290cbb83fd190f66df.tar.gz
busybox: Make busybox connman aware
This change makes busybox aware of both connman and the standard dhcp client, while there is a caveat about using busybox's ifup/ifdown, this change will make the 3 possibly dhcp clients behave better when busybox is used. Enable the CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP feature to busybox will search for various external clients and then add connman as an external client. [YOCTO #6521] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox/defconfig')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 0107231e56..35f1026d65 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -781,7 +781,7 @@ CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN=y
CONFIG_FEATURE_IFUPDOWN_IPV4=y
CONFIG_FEATURE_IFUPDOWN_IPV6=y
CONFIG_FEATURE_IFUPDOWN_MAPPING=y
-# CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP is not set
+CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP=y
# CONFIG_INETD is not set
# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO is not set
# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD is not set