net: enable udevd-final for etcnet

network starts before the network interfaces are ready.
udevd-final helps prevent this.
This commit is contained in:
Anton Midyukov 2021-07-23 21:13:31 +07:00
parent a5ec62418f
commit 8f56e8b9c7

View File

@ -8,8 +8,8 @@ use/net: use/services use/pkgpriorities
@$(call set,THE_NET_SUBSYS,network-config-subsystem)
use/net/etcnet: use/net
@$(call set,THE_NET_SUBSYS,etcnet)
@$(call add,DEFAULT_SERVICES_ENABLE,network)
@$(call set,THE_NET_SUBSYS,etcnet udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,network udevd-final)
use/net/dhcp: use/net
@$(call add,THE_PACKAGES,dhcpcd)