diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-11-12 14:54:52 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-11-12 15:03:07 +0000 |
commit | 8fd0268b5f346fba26329c73225c3c425f2658eb (patch) | |
tree | db3c7bf3d9519d30d15c7db1b85feb37001fed2e /target/linux/mediatek/mt7622/target.mk | |
parent | c3c67fe7b1fbfc9b08e1a2d056b120aa63ef4145 (diff) | |
download | upstream-8fd0268b5f346fba26329c73225c3c425f2658eb.tar.gz upstream-8fd0268b5f346fba26329c73225c3c425f2658eb.tar.bz2 upstream-8fd0268b5f346fba26329c73225c3c425f2658eb.zip |
mediatek: mt7622: bpi-r64: rewrite MMC uImage.FIT sysupgrade
Similar to mt7623, also no longer use 'blockdev' and stop relying on
in-kernel partition parsers. Instead, strip off all metadata using
'fwtool' while writing the firmware image and scrape the number of
blocks written from 'dd', then use that block offset to stash the
configuration backup.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/mt7622/target.mk')
-rw-r--r-- | target/linux/mediatek/mt7622/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7622/target.mk b/target/linux/mediatek/mt7622/target.mk index 5403bf5f87..92c3f47370 100644 --- a/target/linux/mediatek/mt7622/target.mk +++ b/target/linux/mediatek/mt7622/target.mk @@ -2,7 +2,7 @@ ARCH:=aarch64 SUBTARGET:=mt7622 BOARDNAME:=MT7622 CPU_TYPE:=cortex-a53 -DEFAULT_PACKAGES += kmod-mt7615e kmod-mt7615-firmware wpad-basic-wolfssl blockdev uboot-envtools +DEFAULT_PACKAGES += kmod-mt7615e kmod-mt7615-firmware wpad-basic-wolfssl uboot-envtools KERNELNAME:=Image dtbs define Target/Description |