Upstream wireless driver is broken at head. Attach it to last known working (#4069)

Tested with 5.4.y and 5.19.y
This commit is contained in:
Igor Pečovnik
2022-08-13 21:17:06 +02:00
committed by GitHub
parent af6ceee6c5
commit 3435c46367

View File

@@ -368,7 +368,7 @@ compilation_prepare()
if linux-version compare "${version}" ge 3.14 && [ "$EXTRAWIFI" == yes ]; then if linux-version compare "${version}" ge 3.14 && [ "$EXTRAWIFI" == yes ]; then
# attach to specifics tag or branch # attach to specifics tag or branch
local rtl8812auver="branch:v5.6.4.2" local rtl8812auver="commit:41532e3b16dcf27f06e6fe5a26314f3aa24d4f87"
display_alert "Adding" "Wireless drivers for Realtek 8811, 8812, 8814 and 8821 chipsets ${rtl8812auver}" "info" display_alert "Adding" "Wireless drivers for Realtek 8811, 8812, 8814 and 8821 chipsets ${rtl8812auver}" "info"