mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 21:45:22 +00:00
Notes for working on Rosewill card and fix to compile under Fedora Core 21 with 4.1.x kernel
This commit is contained in:
parent
779c4bcd02
commit
2b7b0110c6
2
Makefile
2
Makefile
@ -14,6 +14,8 @@ EXTRA_CFLAGS += -Wno-unused-parameter
|
|||||||
EXTRA_CFLAGS += -Wno-unused-function
|
EXTRA_CFLAGS += -Wno-unused-function
|
||||||
EXTRA_CFLAGS += -Wno-unused
|
EXTRA_CFLAGS += -Wno-unused
|
||||||
|
|
||||||
|
EXTRA_CFLAGS += -Wno-date-time
|
||||||
|
|
||||||
#EXTRA_CFLAGS += -Wno-uninitialized
|
#EXTRA_CFLAGS += -Wno-uninitialized
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(src)/include
|
EXTRA_CFLAGS += -I$(src)/include
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# rtl8192eu linux drivers
|
# rtl8192eu linux drivers
|
||||||
|
|
||||||
The official drivers for D-Link DWA-131 Rev E, with patches to keep it working on newer kernels.
|
The official drivers for D-Link DWA-131 Rev E, with patches to keep it working on newer kernels.
|
||||||
|
Also works on Rosewill RNX-N180UBE v2 N300 Wireless Adapter.
|
||||||
|
|
||||||
## Source for the official drivers
|
## Source for the official drivers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user