From bb7d78cd7d67dbc9e3e747171fac39d6bab43df2 Mon Sep 17 00:00:00 2001 From: Hugo Yuan <429632952@163.com> Date: Wed, 12 Jun 2024 15:22:45 +0800 Subject: [PATCH] ipq50xx: fix typo in Makefile Signed-off-by: Hugo Yuan <429632952@163.com> --- feeds/ipq807x_v5.4/ipq50xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ipq807x_v5.4/ipq50xx/Makefile b/feeds/ipq807x_v5.4/ipq50xx/Makefile index e207c07de..420cc5015 100644 --- a/feeds/ipq807x_v5.4/ipq50xx/Makefile +++ b/feeds/ipq807x_v5.4/ipq50xx/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARD:=ipq50xx BOARDNAME:=Qualcomm Technologies, Inc IPQ50xx -FEATURES:=squashfs fpu ramdisk pcie usbgadgeti nand +FEATURES:=squashfs fpu ramdisk pcie usbgadget nand CPU_TYPE:=cortex-a53 CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin