Disable improved RTL8152 driver for Odroid XU4

Apparently not fully compatible - need deeper research.
This commit is contained in:
Igor Pečovnik 2020-07-12 13:22:23 +02:00 committed by GitHub
parent 1c76861d19
commit ce9cb071bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 && [ $LINUXFAMILY != rk322x ] && [ $EXTRAWIFI == yes ]; then
if linux-version compare "${version}" ge 5.4 && [ $LINUXFAMILY != rk322x ] && [ $LINUXFAMILY != odroidxu4 ] && [ $EXTRAWIFI == yes ]; then
# attach to specifics tag or branch
local rtl8152ver="branch:master"