From 4866155a030e218eebbe407af2992295c40eda8e Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 20 May 2020 22:25:25 +0200 Subject: [PATCH] Add cflags to use cfg80211 driver on ARCH64 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index abf66d2..f9c0e53 100644 --- a/Makefile +++ b/Makefile @@ -1297,6 +1297,7 @@ endif ifeq ($(CONFIG_PLATFORM_ARM_AARCH64), y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN +EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT ARCH := arm64 CROSS_COMPILE := KVER := $(shell uname -r)