From 9f4dbbe197e1518a0b2166ce3ca567d9cf50868c Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Tue, 26 Sep 2017 22:50:37 +0200 Subject: [PATCH] Update ARM64 Support * Updated ARM64 Support aarch64-linux-gnu-gcc-6 will be needed for compiling --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a67f28..b689e06 100755 --- a/Makefile +++ b/Makefile @@ -1775,8 +1775,9 @@ endif # ARM64 - odroid-c2 and such ifeq ($(CONFIG_PLATFORM_ARM64), y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN +EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT ARCH ?= arm64 -CROSS_COMPILE ?= +CROSS_COMPILE := aarch64-linux-gnu- KVER ?= $(shell uname -r) KSRC := /lib/modules/$(KVER)/build MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/