mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-08 17:46:23 +00:00
Faster compile time. Make uses all cores
This commit is contained in:
parent
f1bd10bef1
commit
c91bed4dbb
@ -5,7 +5,7 @@ if [ "$(id -u)" != "0" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make &&
|
make -j$(nproc) &&
|
||||||
cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless &&
|
cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless &&
|
||||||
depmod &&
|
depmod &&
|
||||||
echo "
|
echo "
|
||||||
|
Loading…
Reference in New Issue
Block a user