mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-12-07 04:18:36 +03:00
This reverts commit c7f8f6e363.
This commit is reverted because it introduces such issues as
monitor stops working. Before the issue is solved, we should
keep the code on main branch work
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
PACKAGE_NAME="realtek-rtl88xxau"
|
|
PACKAGE_VERSION="5.6.4.2~20230501"
|
|
CLEAN="'make' clean"
|
|
BUILT_MODULE_NAME[0]=88XXau
|
|
PROCS_NUM=`nproc`
|
|
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
|
|
DEST_MODULE_LOCATION[0]="/updates"
|
|
MAKE="'make' -j$PROCS_NUM KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
|
|
AUTOINSTALL="yes"
|