dnsmasq: configure package to be used by NetworkManager
NM launches 'dnsmasq' using DBus, so enable DBus support at compile time. Also remove the symlinks in the different runlevels, so it's not launched by the included bootscript. https://jira.digi.com/browse/DEL-4787 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
84b38d75b1
commit
bfdd5e5bfe
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (C) 2017, Digi International Inc.
|
||||
|
||||
# Enable DBUS support so it can be used from NetworkManager
|
||||
PACKAGECONFIG_append = " dbus"
|
||||
|
||||
# NetworkManager will launch 'dnsmasq' using DBUS, so disable the creation
|
||||
# of runlevel's symlinks.
|
||||
INHIBIT_UPDATERCD_BBCLASS = "1"
|
||||
Loading…
Reference in New Issue