diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-07-20 18:43:56 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-20 18:43:56 +0100 |
commit | fe7596192e24aadeb163db6bb7078702171d319c (patch) | |
tree | f3b6a898670a7f96cfb4291c32193e320bc3e08a /target/linux | |
parent | f7ab41acc98682d818a9da997ee5a888b8076656 (diff) | |
download | upstream-fe7596192e24aadeb163db6bb7078702171d319c.tar.gz upstream-fe7596192e24aadeb163db6bb7078702171d319c.tar.bz2 upstream-fe7596192e24aadeb163db6bb7078702171d319c.zip |
mediatek: remove ext4 images from mt7623 build
A full read-write rootfs cannot work inside uImage.FIT as the hash
will obviously change once writing to it. Disable generating ext4
rootfs images.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/mt7623/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7623/target.mk b/target/linux/mediatek/mt7623/target.mk index 224934caa3..8413acb263 100644 --- a/target/linux/mediatek/mt7623/target.mk +++ b/target/linux/mediatek/mt7623/target.mk @@ -8,7 +8,7 @@ BOARDNAME:=MT7623 CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 KERNELNAME:=Image dtbs zImage -FEATURES+=ext4 usb +FEATURES+=usb KERNEL_PATCHVER:=5.10 DEFAULT_PACKAGES+=blockdev uboot-envtools |