[openwrt/openwrt] mediatek: remove ext4 images from mt7623 build
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 21 02:29:06 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fe7596192e24aadeb163db6bb7078702171d319c
commit fe7596192e24aadeb163db6bb7078702171d319c
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jul 20 18:43:56 2021 +0100
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 at makrotopia.org>
---
target/linux/mediatek/mt7623/target.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list