networkmanager: enable the use of 'dnsmasq' server

This is needed in the context of network failover, so when one physical
interface is lost, you can still resolve the connectivity-check URL
using the local DNS cache.

https://jira.digi.com/browse/DEL-4787

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-09-26 18:53:31 +02:00
parent 9aa7c620aa
commit 84b38d75b1
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[main] [main]
plugins=ifupdown,keyfile plugins=ifupdown,keyfile
no-auto-default=type:ethernet no-auto-default=type:ethernet
dns=dnsmasq
rc-manager=file rc-manager=file
[ifupdown] [ifupdown]

View File

@ -22,7 +22,7 @@ EXTRA_OECONF += "--enable-polkit=disabled"
PACKAGECONFIG_remove = "consolekit" PACKAGECONFIG_remove = "consolekit"
# Adjust other compile time options to save space # Adjust other compile time options to save space
PACKAGECONFIG_remove = "dnsmasq netconfig nss" PACKAGECONFIG_remove = "netconfig nss"
PACKAGECONFIG_append = " concheck gnutls modemmanager ppp" PACKAGECONFIG_append = " concheck gnutls modemmanager ppp"
# #