openwrt/target/linux/mediatek
Daniel Golle c3c67fe7b1
mediatek: mt7623: re-write sysupgrade uImage.FIT on MMC
Re-reading the partition table doesn't work reliably, it fails if
anything on the device is still in use and it's not trivial to prevent
every possible case of a block device still being in use somehow.

Therefore, instead of relying on the in-kernel partition parser to know
where to write the configuration backup, use OpenWrt's format-agnostic
fwtool to strip off all metadata from the image and count its blocks
while writing. In that way we can know where to write the config backup
without needing the kernel to parse the MBR and FIT structures.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-12 15:03:02 +00:00
..
base-files mediatek: add support for Ubiquiti UniFi 6 LR 2021-02-18 01:15:45 +01:00
dts mediatek: add support for TOTOLINK A8000RU 2021-09-03 15:53:28 +08:00
files-5.10/drivers mediatek: mtk-snand: check request size against chip info 2021-08-27 10:26:25 +08:00
image mediatek: add support for TOTOLINK A8000RU 2021-09-03 15:53:28 +08:00
mt7622 mediatek: mt7622: make use of find_mmc_part 2021-11-01 18:00:52 +00:00
mt7623 mediatek: mt7623: re-write sysupgrade uImage.FIT on MMC 2021-11-12 15:03:02 +00:00
mt7629 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.76 2021-10-30 21:17:20 +02:00
Makefile mediatek: add FEATURES and order them alphabetically 2021-09-30 22:52:12 +01:00
modules.mk mediatek: build btmtkuart as a kernel module 2020-09-22 21:07:50 +08:00