README.md update

This commit is contained in:
kimocoder 2018-08-04 13:23:18 +02:00
parent eaaf33d8f1
commit 53c7dd44ed
4 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ CONFIG_RTL8812A = y
CONFIG_RTL8821A = y CONFIG_RTL8821A = y
CONFIG_RTL8192E = n CONFIG_RTL8192E = n
CONFIG_RTL8723B = n CONFIG_RTL8723B = n
CONFIG_RTL8814A = n CONFIG_RTL8814A = y
CONFIG_RTL8723C = n CONFIG_RTL8723C = n
CONFIG_RTL8188F = n CONFIG_RTL8188F = n
CONFIG_RTL8822B = n CONFIG_RTL8822B = n

View File

@ -2,7 +2,7 @@
## Realtek 8812AU driver v5.2.20.2 with monitor mode and frame injection ## Realtek 8812AU driver v5.2.20.2 with monitor mode and frame injection
This driver supports 8812au & 8821au chipsets, not the 8814au chipset at this moment. This driver supports 8812au / 8821au and 8814au chipsets.
### Building / Installing ### Building / Installing

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-rtl88xxau" PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="5.2.20.2~20180730" PACKAGE_VERSION="5.2.20.2~20180804"
BUILT_MODULE_NAME[0]="8812au" BUILT_MODULE_NAME[0]="8812au"
PROCS_NUM=`nproc` PROCS_NUM=`nproc`
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16 [ $PROCS_NUM -gt 16 ] && PROCS_NUM=16

Binary file not shown.