From 8ea1a4df1b7436113055ec978c7bbd6dadbd7ca2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 4 Aug 2024 14:37:00 +0200 Subject: [PATCH] Set fixed mac addresses --- packages/bsp/common/usr/lib/armbian/armbian-firstrun | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bsp/common/usr/lib/armbian/armbian-firstrun b/packages/bsp/common/usr/lib/armbian/armbian-firstrun index 606341a69e..9ead0c02d9 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-firstrun +++ b/packages/bsp/common/usr/lib/armbian/armbian-firstrun @@ -100,6 +100,7 @@ case "$1" in esac # varios temporary hardware workarounds + [[ "${LINUXFAMILY}" == mvebu ]] && set_fixed_mac [[ "${LINUXFAMILY}" == meson ]] && set_fixed_mac [[ "${LINUXFAMILY}" == meson64 ]] && set_fixed_mac [[ "${BOARD}" == nanopi-r6* ]] && set_fixed_mac