mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
dhcpcd: install dhcpcd as /usr/sbin/dhcpcd.
GNU/Linux distributions usually install dhcpcd in /usr/sbin. NetworkManager will look for it in this directory. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d66c981aaa
commit
a4c1e0d77a
@@ -32,7 +32,7 @@ endef
|
||||
|
||||
define DHCPCD_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/dhcpcd \
|
||||
$(TARGET_DIR)/usr/bin/dhcpcd
|
||||
$(TARGET_DIR)/usr/sbin/dhcpcd
|
||||
$(INSTALL) -D -m 0644 $(@D)/dhcpcd.conf \
|
||||
$(TARGET_DIR)/etc/dhcpcd.conf
|
||||
$(INSTALL) -D -m 0755 $(@D)/dhcpcd-run-hooks \
|
||||
|
||||
Reference in New Issue
Block a user