[openwrt/openwrt] realtek: fix indentation in 02_network
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 9 16:40:25 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6a028b39782039d98db88ec5bb4ce27b1e992e52
commit 6a028b39782039d98db88ec5bb4ce27b1e992e52
Author: Jan Hoffmann <jan at 3e8.eu>
AuthorDate: Thu Jan 22 20:11:32 2026 +0100
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 <jan at 3e8.eu>
Link: https://github.com/openwrt/openwrt/pull/21644
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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)
More information about the lede-commits
mailing list