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
This commit is contained in:
Igor Pečovnik 2020-07-12 13:15:08 +02:00 committed by GitHub
parent 934380d15d
commit 1c76861d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"