mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00: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> |
||
---|---|---|
.. | ||
imagebuilder | ||
linux | ||
llvm-bpf | ||
sdk | ||
toolchain | ||
Config.in | ||
Makefile |