fix build rtl8723ds for kernel 6.0 (#4407)
This commit is contained in:
parent
38db7daaf7
commit
cb9348c6dc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user