dnsmasq: do not start service automatically to fix networkmanager hotspot
Networkmanager is our first choice for all images. If it sets up a hotspot it starts dnsmasq and configures it. This breaks if dnsmasq is running as service and set-up by (default-) configuration: | dnsmasq-dhcp[361]: no address range available for DHCP request via wlan0 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
5
appends/meta-networking/dnsmasq_%.bbappend
Normal file
5
appends/meta-networking/dnsmasq_%.bbappend
Normal file
@@ -0,0 +1,5 @@
|
||||
# In our environment dnsmasq is used by networkmanager only. That takes care
|
||||
# of all the configuration parameters necessary. Unfortunately this is broken
|
||||
# by dnsmasq running as service: It is set-up by configuration files and that
|
||||
# are not matching networkmanagers's needs.
|
||||
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
|
||||
Reference in New Issue
Block a user