Skip to content

Commit 97e9d79

Browse files
committed
Fix patch of the dhcpcd hooks
The path is different now, but the file was not changed.
1 parent dbb153e commit 97e9d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/package/recovery/recovery.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define RECOVERY_INSTALL_TARGET_CMDS
3838
$(INSTALL) -m 0755 package/recovery/keymaps/* $(TARGET_DIR)/keymaps/
3939
$(INSTALL) -m 0644 package/recovery/wpa_supplicant.conf $(TARGET_DIR)/etc/wpa_supplicant.conf
4040
# allow wpa_supplicant to be controlled through dbus, and log to syslog
41-
sed -i 's/wpa_supplicant -B/wpa_supplicant -u -s -B/g' $(TARGET_DIR)/libexec/dhcpcd-hooks/10-wpa_supplicant
41+
sed -i 's/wpa_supplicant -B/wpa_supplicant -u -s -B/g' $(TARGET_DIR)/usr/share/dhcpcd/hooks/10-wpa_supplicant
4242
mkdir -p $(TARGET_DIR)/settings $(TARGET_DIR)/mnt2 $(TARGET_DIR)/mnt/os $(TARGET_DIR)/boot
4343
# allow mount to automatically mount ntfs drives
4444
(cd $(TARGET_DIR)/sbin; ln -sf mount.ntfs-3g mount.ntfs)

0 commit comments

Comments
 (0)