Fixed: driver doesn't work on Linux 5.3.x

Solution:
https://github.com/aircrack-ng/rtl8812au/pull/432
5.4.1
brektrou 6 years ago committed by GitHub
parent 801a560eeb
commit 23c0a81b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ EXTRA_CFLAGS += -Wno-unused-parameter
EXTRA_CFLAGS += -Wno-unused-function
EXTRA_CFLAGS += -Wno-unused
#EXTRA_CFLAGS += -Wno-uninitialized
EXTRA_CFLAGS += -Wno-implicit-fallthrough
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
ifeq ($(GCC_VER_49),1)

Loading…
Cancel
Save