From: Adrian Schmutzler Date: Tue, 17 Dec 2019 12:43:25 +0000 (+0100) Subject: ramips: add eth0 MAC address for Edimax RG21S X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=02f8dbc6fe71c04d89aa5e3129a5ec84903cf395;p=openwrt%2Fstaging%2Frmilecki.git ramips: add eth0 MAC address for Edimax RG21S So far, lan/wan MAC address for Edimax RG21S are only read using mtd_get_mac_ascii, so eth0.1 and eth0.2 addresses are set, but eth0 address is random. Since the device's LAN address is the same as for 2.4 GHz, though, this patch set's the eth0 address based on the 2.4 GHz one, which can be extracted by mtd-mac-address. This will also allow to move the label MAC address setup to DT. The setup of lan_mac and wan_mac are kept in 02_network, so those locations are still in use, too. Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/ramips/dts/mt7621_edimax_rg21s.dts b/target/linux/ramips/dts/mt7621_edimax_rg21s.dts index be38beef12c..f1adf38e3eb 100644 --- a/target/linux/ramips/dts/mt7621_edimax_rg21s.dts +++ b/target/linux/ramips/dts/mt7621_edimax_rg21s.dts @@ -15,6 +15,7 @@ led-failsafe = &led_power; led-running = &led_power; led-upgrade = &led_power; + label-mac-device = ðernet; }; chosen { @@ -125,6 +126,8 @@ }; ðernet { + mtd-mac-address = <&factory 0x4>; + mediatek,portmap = "wllll"; port@5 { status = "disabled"; diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network index aad9a60bfe4..5c6b5659cb7 100755 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network @@ -201,7 +201,6 @@ ramips_setup_macs() edimax,rg21s) lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr) wan_mac=$(mtd_get_mac_ascii u-boot-env wanaddr) - label_mac=$(mtd_get_mac_binary factory 0x4) ;; hiwifi,hc5962) lan_mac=$(mtd_get_mac_ascii bdinfo "Vfac_mac ")