mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
wpa_supplicant: unbreak dbus support after 0.7.3 bump
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
01d7afdc92
commit
daf11d5797
@ -90,10 +90,10 @@ endif
|
|||||||
|
|
||||||
define WPA_SUPPLICANT_INSTALL_DBUS
|
define WPA_SUPPLICANT_INSTALL_DBUS
|
||||||
$(INSTALL) -D \
|
$(INSTALL) -D \
|
||||||
$(@D)/wpa_supplicant/dbus-wpa_supplicant.conf \
|
$(@D)/wpa_supplicant/dbus/dbus-wpa_supplicant.conf \
|
||||||
$(TARGET_DIR)/etc/dbus-1/system.d/wpa_supplicant.conf
|
$(TARGET_DIR)/etc/dbus-1/system.d/wpa_supplicant.conf
|
||||||
$(INSTALL) -D \
|
$(INSTALL) -D \
|
||||||
$(@D)/wpa_supplicant/dbus-wpa_supplicant.service \
|
$(@D)/wpa_supplicant/dbus/$(WPA_SUPPLICANT_DBUS_SERVICE).service \
|
||||||
$(TARGET_DIR)/usr/share/dbus-1/system-services/$(WPA_SUPPLICANT_DBUS_SERVICE).service
|
$(TARGET_DIR)/usr/share/dbus-1/system-services/$(WPA_SUPPLICANT_DBUS_SERVICE).service
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user