[openwrt/openwrt] mediatek: remove the CPU_SUBTYPE

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 13 01:02:43 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/5555545494c876adedf4f0038db49c1d85527e78

commit 5555545494c876adedf4f0038db49c1d85527e78
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Feb 12 21:02:01 2018 +0100

    mediatek: remove the CPU_SUBTYPE
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/mediatek/32/target.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mediatek/32/target.mk b/target/linux/mediatek/32/target.mk
index 0a444c2..146ad95 100644
--- a/target/linux/mediatek/32/target.mk
+++ b/target/linux/mediatek/32/target.mk
@@ -5,7 +5,6 @@
 SUBTARGET:=32
 BOARDNAME:=32bit
 CPU_TYPE:=cortex-a7
-CPU_SUBTYPE:=neon-vfpv4
 
 define Target/Description
 	Build firmware images for MediaTek 32bit ARM based boards.



More information about the lede-commits mailing list