mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-10 14:22:05 +08:00

Expand kernel partition size on Xiaomi AX6S for the kernel larger than 4 MiB. Manual upgrade from OpenWRT to new OpenWRT: cd /tmp dd if=factory.bin bs=1M count=4 | mtd write - kernel dd if=factory.bin bs=1M skip=4 count=2 | mtd write - ubi dd if=factory.bin bs=1M skip=6 | mtd -p 2097152 write - ubi Signed-off-by: Oleg S <remittor@gmail.com>