From 6f6d24a00ad43d82a52580d2610a1fd90cedd60a Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 27 Apr 2021 17:41:31 -0400 Subject: [PATCH] ramips: add label MAC address for EPG600 and ESR600 set label mac for the current ESR600 and new EPG600 using the board.d scripts Signed-off-by: Michael Pratt --- target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index a55a8ed356..992d8a9c40 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -337,6 +337,7 @@ ramips_setup_macs() engenius,esr600) lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr) wan_mac=$(mtd_get_mac_ascii u-boot-env wanaddr) + label_mac=$wan_mac ;; glinet,gl-mt300a|\ glinet,gl-mt300n|\ -- 2.30.2