7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
PACKAGECONFIG ?= "nss ifupdown netconfig dhclient dnsmasq \
|
|
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)} \
|
|
wifi \
|
|
bluez5 \
|
|
modemmanager \
|
|
"
|