From 5121902227988e42c48bf02eb9f9bd15fc3aef22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rin=20Cat=20=28=E9=88=B4=E7=8C=AB=29?= Date: Wed, 20 Oct 2021 03:44:49 -0400 Subject: [PATCH] armv7l to arm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03132ec..76fb1c2 100755 --- a/Makefile +++ b/Makefile @@ -1302,7 +1302,7 @@ endif ifeq ($(CONFIG_PLATFORM_I386_PC), y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -SUBARCH := $(shell uname -m | sed -e 's/i.86/i386/;s/aarch64/arm64/') +SUBARCH := $(shell uname -m | sed -e 's/i.86/i386/;s/armv7l/arm/;s/aarch64/arm64/') ARCH ?= $(SUBARCH) CROSS_COMPILE ?= KVER := $(shell uname -r)