mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-27 08:38:52 +00:00
Bugfix: disabling improved network driver for RK322x family because it breks compilation
@paolosabatino When this is bumped to 5.7.y it will probably work, so revert this change if you will doing this.
This commit is contained in:
parent
990585fe56
commit
3f99860009
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ compilation_prepare()
|
|||
|
||||
# Updated USB network drivers for RTL8152/RTL8153 based dongles that also support 2.5Gbs variants
|
||||
|
||||
if linux-version compare "${version}" ge 5.4; then
|
||||
if linux-version compare "${version}" ge 5.4 && [ $LINUXFAMILY != rk322x ]; then
|
||||
|
||||
# attach to specifics tag or branch
|
||||
local rtl8152ver="branch:master"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue