mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-08 12:25:18 +00:00
41ea46fa15
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"
|