Update README.md

pull/821/head
root 2019-11-09 20:19:53 +00:00
parent 5b1b5112c5
commit 6ed82d886c
2 changed files with 3 additions and 3 deletions

View File

@ -1230,7 +1230,7 @@ ARCH ?= $(SUBARCH)
CROSS_COMPILE ?=
KVER := $(shell uname -r)
KSRC := /lib/modules/$(KVER)/build
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/
INSTALL_PREFIX :=
STAGINGMODDIR := /lib/modules/$(KVER)/kernel/drivers/staging
endif

View File

@ -34,13 +34,13 @@ Only for use with Linux & Android
### Known Issues
```
* 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
```
* Add the 8821au and 8814au HAL
* Add txpower control
* Add more "iw" output
* Upload newer docs/ (from v5.6.4.2)