Enable the 8821au support by default

This commit is contained in:
kimocoder 2018-07-17 22:42:36 +02:00
parent f6461d311d
commit d9ab8842c3
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ CONFIG_AUTOCFG_CP = n
CONFIG_MULTIDRV = n
CONFIG_RTL8188E = n
CONFIG_RTL8812A = y
CONFIG_RTL8821A = n
CONFIG_RTL8821A = y
CONFIG_RTL8192E = n
CONFIG_RTL8723B = n
CONFIG_RTL8814A = n

View File

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