Skip to content

Commit

Permalink
mediatek: remove ext4 images from mt7623 build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dangowrt committed Jul 20, 2021
1 parent f7ab41a commit fe75961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/mediatek/mt7623/target.mk
Expand Up @@ -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

Expand Down

0 comments on commit fe75961

Please sign in to comment.