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:
Igor Pecovnik 2020-07-01 21:48:41 +02:00
parent 990585fe56
commit 3f99860009

View file

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