diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2024-03-24 15:07:03 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2024-03-24 16:14:18 +0100 |
commit | 0c82f6cdfdc57625b3d77e9d42cb1bc52c657090 (patch) | |
tree | 39486481ce2d13e128755c40a4bdb4b302676a23 /aports/rtw88/APKBUILD | |
parent | 1eed3cd2b7584460658bcda4697f3c0f46afee4b (diff) | |
download | freebsd-wifibox-alpine-0c82f6cdfdc57625b3d77e9d42cb1bc52c657090.zip |
Enable SMP for the Linux kernels.
Even though the number of CPUs made available to the guest could
be increased, they are not utilized because the different kernel
versions do not have Symmetric Multiprocessing (SMP) enabled.
This could be a limiting factor on higher load and create a
bottleneck in attaining higher throughput rates.
Change the configuration of both the long-term and the stable
kernel to support SMP systems.
Suggested by: Anton Saietskii <vsasjason@gmail.com>
Diffstat (limited to 'aports/rtw88/APKBUILD')
-rw-r--r-- | aports/rtw88/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aports/rtw88/APKBUILD b/aports/rtw88/APKBUILD index a6a57a0..dc9cc70 100644 --- a/aports/rtw88/APKBUILD +++ b/aports/rtw88/APKBUILD @@ -2,7 +2,7 @@ pkgname='rtw88' pkgver=20231024 -pkgrel=06060220000 +pkgrel=06060220100 _gitrev='ca9f4e199efbf8c377e8a1769ba5b05b23f92c82' pkgdesc='Backport of the Realtek Wifi 5 drivers from the wireless-next repo' arch="x86_64" |