From: Jan Hoffmann Date: Thu, 22 Jan 2026 19:11:32 +0000 (+0100) Subject: realtek: fix indentation in 02_network X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a028b39782039d98db88ec5bb4ce27b1e992e52;p=thirdparty%2Fopenwrt.git 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 --- 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 7a9d194441f..a50a08771d3 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)