From 6a028b39782039d98db88ec5bb4ce27b1e992e52 Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Thu, 22 Jan 2026 20:11:32 +0100 Subject: [PATCH] realtek: fix indentation in 02_network There is a missing tab in one of the cases of MAC address configuration. Signed-off-by: Jan Hoffmann Link: https://github.com/openwrt/openwrt/pull/21644 Signed-off-by: Hauke Mehrtens --- target/linux/realtek/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/realtek/base-files/etc/board.d/02_network b/target/linux/realtek/base-files/etc/board.d/02_network index 7a9d194441..a50a08771d 100644 --- a/target/linux/realtek/base-files/etc/board.d/02_network +++ b/target/linux/realtek/base-files/etc/board.d/02_network @@ -83,7 +83,7 @@ realtek_setup_macs() plasmacloud,psx28) lan_mac_start=skip lan_mac="$(get_mac_label)" - ;; + ;; tplink,tl-st1008f-v2|\ zyxel,xgs1010-12-a1) lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)