From 8f46ba70452ea0c604f4b0d8024696a27a74603c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 4 Apr 2014 13:09:05 +0200 Subject: [PATCH] busybox: Enable dnsd on all the builds Specially for the sysmobsc it can come in handy to have a DNS server that will return some static addresses. --- recipes-core/busybox/busybox-1.21.1/defconfig | 2 +- recipes-core/busybox/busybox_sysmocom.inc | 2 +- recipes-core/busybox/files/defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/busybox/busybox-1.21.1/defconfig b/recipes-core/busybox/busybox-1.21.1/defconfig index abf67d6..ea4226e 100644 --- a/recipes-core/busybox/busybox-1.21.1/defconfig +++ b/recipes-core/busybox/busybox-1.21.1/defconfig @@ -742,7 +742,7 @@ CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y # CONFIG_BRCTL is not set # CONFIG_FEATURE_BRCTL_FANCY is not set # CONFIG_FEATURE_BRCTL_SHOW is not set -# CONFIG_DNSD is not set +CONFIG_DNSD=y # CONFIG_ETHER_WAKE is not set # CONFIG_FAKEIDENTD is not set # CONFIG_FTPD is not set diff --git a/recipes-core/busybox/busybox_sysmocom.inc b/recipes-core/busybox/busybox_sysmocom.inc index b846a2d..270a788 100644 --- a/recipes-core/busybox/busybox_sysmocom.inc +++ b/recipes-core/busybox/busybox_sysmocom.inc @@ -1,6 +1,6 @@ SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESEXTRAPATHS_prepend := "${SYSMOCOM}/busybox-${SYSMOCOM_ORIG_PV}:${SYSMOCOM}/files:" -PRINC = "20" +PRINC = "21" SRC_URI += "file://busybox-ifplugd.sh \ file://ifplugd.sh" diff --git a/recipes-core/busybox/files/defconfig b/recipes-core/busybox/files/defconfig index 361e51d..7669558 100644 --- a/recipes-core/busybox/files/defconfig +++ b/recipes-core/busybox/files/defconfig @@ -667,7 +667,7 @@ CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y # CONFIG_BRCTL is not set # CONFIG_FEATURE_BRCTL_FANCY is not set # CONFIG_FEATURE_BRCTL_SHOW is not set -# CONFIG_DNSD is not set +CONFIG_DNSD=y # CONFIG_ETHER_WAKE is not set # CONFIG_FAKEIDENTD is not set # CONFIG_FTPD is not set