mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
8
package/swupdate/swupdate-usb@.service
Normal file
8
package/swupdate/swupdate-usb@.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=usb media swupdate service
|
||||
Requires=swupdate-progress.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/bin/mount /dev/%I /mnt
|
||||
ExecStart=/bin/sh -c "swupdate-client -v /mnt/*.swu"
|
||||
ExecStopPost=/bin/umount /mnt
|
||||
Reference in New Issue
Block a user