Merge Official Source

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-04-12 11:45:16 +08:00

View File

@@ -32,5 +32,7 @@ platform_do_upgrade_emmc() {
v "Writing new UUID to /dev/$diskdev..."
get_image_dd "$1" of="/dev/$diskdev" bs=1 skip=440 count=4 seek=440 conv=fsync
dd if=/dev/zero of=$(find_mmc_part rootfs_data) bs=512 count=8
sleep 1
}