From 1c76861d19365c1c8f6bedb81538db309b4b352c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 12 Jul 2020 13:15:08 +0200 Subject: [PATCH] Bugfix / hack for 3rd party drivers compilation Compilation is breaking with cc1: error: unrecognized -mtune target: native ... for few hours due to upstream code fixing. Once wireless driver code is stabilized we move back to branch. @kimocoder --- lib/compilation-prepare.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/compilation-prepare.sh b/lib/compilation-prepare.sh index 533dd1a38..f1c325354 100644 --- a/lib/compilation-prepare.sh +++ b/lib/compilation-prepare.sh @@ -260,6 +260,8 @@ compilation_prepare() # attach to specifics tag or branch local rtl8812auver="branch:v5.6.4.2" + # temporally override + local rtl8812auver="commit:058ef814b8e27639fdf10b03cac1a1d8e41c6777" display_alert "Adding" "Wireless drivers for Realtek 8811, 8812, 8814 and 8821 chipsets ${rtl8812auver}" "info"