packagegroup-nwl-core: Add dnsmasq for AP mode
dnsmasq is used by networkmanager as DHCP server in AP mode. But the default service must be disabled otherwise it conflicts with the instance started by NetworkManager. id:502637
This commit is contained in:
parent
a11f7a39b9
commit
d2e0b9c9df
|
|
@ -29,6 +29,9 @@ PACKAGECONFIG:pn-systemd = "usrmerge rfkill kmod timedated vconsole"
|
|||
# systemd-conf provides a packageconfig for a default dhcp client that we don't need
|
||||
PACKAGECONFIG:pn-systemd-conf = ""
|
||||
PACKAGECONFIG:pn-networkmanager = "systemd nss gnutls wifi bluez5 nmcli"
|
||||
# NetworkManager is starting dnsmasq when it needs it for AP mode
|
||||
SYSTEMD_AUTO_ENABLE:pn-dnsmasq = "disable"
|
||||
|
||||
PACKAGECONFIG:pn-bluez5 = "systemd udev"
|
||||
|
||||
# Wit busybox "less" the output of "nmcli c" does not show up properly
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
inherit packagegroup
|
||||
|
||||
DESCRIPTION = "Base packages required for the NWL Distro"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
|
|
@ -21,6 +23,7 @@ RDEPENDS:${PN} = " \
|
|||
coreutils \
|
||||
ncurses-terminfo-base \
|
||||
networkmanager-nmcli \
|
||||
dnsmasq \
|
||||
systemd-conf \
|
||||
\
|
||||
kernel-modules \
|
||||
|
|
|
|||
Loading…
Reference in New Issue