|
@@ -354,10 +354,6 @@ define SYSTEMD_INSTALL_SERVICE_NETWORKD
|
|
|
ln -sf ../../../../lib/systemd/system/systemd-network-generator.service \
|
|
|
$(TARGET_DIR)/etc/systemd/system/network-pre.target.wants/systemd-network-generator.service
|
|
|
endef
|
|
|
-define SYSTEMD_INSTALL_RESOLVCONF_HOOK
|
|
|
- ln -sf ../run/systemd/resolve/resolv.conf \
|
|
|
- $(TARGET_DIR)/etc/resolv.conf
|
|
|
-endef
|
|
|
SYSTEMD_NETWORKD_DHCP_IFACE = $(call qstrip,$(BR2_SYSTEM_DHCP))
|
|
|
ifneq ($(SYSTEMD_NETWORKD_DHCP_IFACE),)
|
|
|
define SYSTEMD_INSTALL_NETWORK_CONFS
|
|
@@ -371,6 +367,10 @@ SYSTEMD_CONF_OPTS += -Dnetworkd=false
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD_RESOLVED),y)
|
|
|
+define SYSTEMD_INSTALL_RESOLVCONF_HOOK
|
|
|
+ ln -sf ../run/systemd/resolve/resolv.conf \
|
|
|
+ $(TARGET_DIR)/etc/resolv.conf
|
|
|
+endef
|
|
|
SYSTEMD_CONF_OPTS += -Dresolve=true
|
|
|
SYSTEMD_RESOLVED_USER = systemd-resolve -1 systemd-resolve -1 * - - - Network Name Resolution Manager
|
|
|
define SYSTEMD_INSTALL_SERVICE_RESOLVED
|