[ helios4 ] fix helios4-wol.service copy target path

This commit is contained in:
Gauthier Provost 2019-03-04 11:39:47 +08:00
parent 194d887ab1
commit 21b9a79b55

View file

@ -64,6 +64,6 @@ family_tweaks_s()
### Ethernet tweaks
# copy and enable helios4-wol.service
cp $SRC/packages/bsp/helios4/helios4-wol.service $SDCARD/usr/lib/systemd/system/
cp $SRC/packages/bsp/helios4/helios4-wol.service $SDCARD/lib/systemd/system/
chroot $SDCARD /bin/bash -c "systemctl --no-reload enable helios4-wol.service >/dev/null 2>&1"
}