In Cortex-A7, VFPv4 and NEON aren't optional. All other A7 targets specify
neon-vfpv4 as the CPU_SUBTYPE, so there's no reason for MT7629 to be different.
Fix thusly.

Signed-off-by: Rui Salvaterra <[email protected]>
---
 target/linux/mediatek/mt7629/target.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/mt7629/target.mk 
b/target/linux/mediatek/mt7629/target.mk
index e0eafe0303..068f75e2fe 100644
--- a/target/linux/mediatek/mt7629/target.mk
+++ b/target/linux/mediatek/mt7629/target.mk
@@ -6,6 +6,7 @@ ARCH:=arm
 SUBTARGET:=mt7629
 BOARDNAME:=MT7629
 CPU_TYPE:=cortex-a7
+CPU_SUBTYPE:=neon-vfpv4
 FEATURES:=squashfs nand ramdisk
 
 KERNELNAME:=Image dtbs
-- 
2.31.1


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to