mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-23 14:48:34 +00:00
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:
parent
934380d15d
commit
1c76861d19
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue