mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 21:34:37 +00:00
Update README.md
This commit is contained in:
parent
5b1b5112c5
commit
6ed82d886c
2
Makefile
2
Makefile
@ -1230,7 +1230,7 @@ ARCH ?= $(SUBARCH)
|
|||||||
CROSS_COMPILE ?=
|
CROSS_COMPILE ?=
|
||||||
KVER := $(shell uname -r)
|
KVER := $(shell uname -r)
|
||||||
KSRC := /lib/modules/$(KVER)/build
|
KSRC := /lib/modules/$(KVER)/build
|
||||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/
|
||||||
INSTALL_PREFIX :=
|
INSTALL_PREFIX :=
|
||||||
STAGINGMODDIR := /lib/modules/$(KVER)/kernel/drivers/staging
|
STAGINGMODDIR := /lib/modules/$(KVER)/kernel/drivers/staging
|
||||||
endif
|
endif
|
||||||
|
@ -34,13 +34,13 @@ Only for use with Linux & Android
|
|||||||
### Known Issues
|
### Known Issues
|
||||||
```
|
```
|
||||||
* VMware Workstation has issues, giving kernel oops on module load.
|
* VMware Workstation has issues, giving kernel oops on module load.
|
||||||
* Ubuntu has enabled module signing (kernel) by default, workaround: turn off "secure boot"
|
* Ubuntu has enabled module signing (kernel) by default, workaround:
|
||||||
|
run the 'install-and-sign-ubuntu.sh' in 'tools' folder
|
||||||
```
|
```
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
|
|
||||||
```
|
```
|
||||||
* Add the 8821au and 8814au HAL
|
|
||||||
* Add txpower control
|
* Add txpower control
|
||||||
* Add more "iw" output
|
* Add more "iw" output
|
||||||
* Upload newer docs/ (from v5.6.4.2)
|
* Upload newer docs/ (from v5.6.4.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user