From 10072276d25fc958e98ad2b95cb96dc8078f8306 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 27 Jan 2023 11:29:42 +0000 Subject: [PATCH] ethmactool: support Radxa Zero2 as well --- packages/sysutils/ethmactool/scripts/ethmactool-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/ethmactool/scripts/ethmactool-config b/packages/sysutils/ethmactool/scripts/ethmactool-config index 874c69a32e..4db9b13087 100755 --- a/packages/sysutils/ethmactool/scripts/ethmactool-config +++ b/packages/sysutils/ethmactool/scripts/ethmactool-config @@ -4,7 +4,7 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) case $DTNAME in - radxa,zero) + radxa,zero*) echo "Skipping configuration, eth0 not detected" exit 0 ;;