fix build rtl8723ds for kernel 6.0 (#4407)

This commit is contained in:
Oleg 2022-11-10 15:24:18 +03:00 committed by GitHub
parent 38db7daaf7
commit cb9348c6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,7 +594,7 @@ compilation_prepare() {
# Wireless drivers for Realtek 8723DS chipsets
if linux-version compare "${version}" ge 5.0 && linux-version compare "${version}" le 6.0 && [ "$EXTRAWIFI" == yes ]; then
if linux-version compare "${version}" ge 5.0 && [[ "$EXTRAWIFI" == yes ]]; then
# attach to specifics tag or branch
local rtl8723dsver="branch:master"