summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Hoffmann2026-01-22 19:11:32 +0000
committerHauke Mehrtens2026-02-10 00:39:52 +0000
commit6a028b39782039d98db88ec5bb4ce27b1e992e52 (patch)
tree903508b7e8b72176f266d3000f44ba52edb71cae
parentfca18e21fa5460f08dd43190865f349bd25a8ed3 (diff)
downloadopenwrt-6a028b39782039d98db88ec5bb4ce27b1e992e52.tar.gz
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@3e8.eu> Link: https://github.com/openwrt/openwrt/pull/21644 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/realtek/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
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)