mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-12 06:43:43 +08:00
119a0028c1
Add basic /etc/iwd/main.conf configuration file to enable network configuration (use built-in dhcp client). For the non systemd-resolved case select the openresolv package to fulfill the iwd resolvconf requirement (and adjust the configuration file accordingly). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
# use built-in dhcp client
|
|
[General]
|
|
EnableNetworkConfiguration=true
|
|
[Network]
|
|
NameResolvingService=__RESOLV_SERVICE__
|