mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2025-12-26 12:48:56 +08:00
Fixed: driver doesn't work on Linux 5.3.x
Solution: https://github.com/aircrack-ng/rtl8812au/pull/432
This commit is contained in:
parent
801a560eeb
commit
23c0a81b57
1
Makefile
1
Makefile
@ -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…
x
Reference in New Issue
Block a user