aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ziethén <christian.ziethen@linaro.org>2015-08-11 12:49:21 +0200
committerChristian Ziethén <christian.ziethen@linaro.org>2015-08-24 11:25:29 +0200
commit18fc3a831ec17d16ec44b461d5e7a7a14f8e7692 (patch)
tree62cc578eceb323119f8c4d5488fbd6b1d90f6727
parent017ca776da58a99a9882f00bd8dfee2f0d8634dd (diff)
dnsmasq_%.bbappend: Remove default dhcp server configuration.
The default configuration enables a dhcp server through dnsmasq, this is problematic as it can interfere with an existing lab setup. Change-Id: Id10a61c6f0e27e66548a62e927e153f6615a53b6 Signed-off-by: Christian Ziethén <christian.ziethen@linaro.org>
-rw-r--r--meta-linaro/recipes-support/dnsmasq/dnsmasq_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-linaro/recipes-support/dnsmasq/dnsmasq_%.bbappend b/meta-linaro/recipes-support/dnsmasq/dnsmasq_%.bbappend
new file mode 100644
index 00000000..4f760116
--- /dev/null
+++ b/meta-linaro/recipes-support/dnsmasq/dnsmasq_%.bbappend
@@ -0,0 +1,3 @@
+do_install_prepend() {
+ sed -i '/^dhcp-range=/d' ${WORKDIR}/dnsmasq.conf
+}