ethmactool: support Radxa Zero2 as well

This commit is contained in:
Christian Hewitt 2023-01-27 11:29:42 +00:00
parent 8c7d1c47ff
commit 10072276d2
No known key found for this signature in database

View File

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