[openwrt/openwrt] ramips: add label MAC address for Onion Omega 2(+)

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 21 16:55:38 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c23bc5032f7deb3615d4e8bddf37934f8252ab3e

commit c23bc5032f7deb3615d4e8bddf37934f8252ab3e
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sat Aug 21 23:38:12 2021 +0200

    ramips: add label MAC address for Onion Omega 2(+)
    
    Thanks to a hint from Michael Siegenthaler in 4b4fa2f9fed7 ("ramips:
    fix ethernet MAC address on Omega2"), the label MAC address of
    the Onion Omega 2(+) can be set based on its documentation [1].
    
    [1] https://docs.onion.io/omega2-docs/mac-address.html
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/mt76x8/base-files/etc/board.d/02_network | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
index 032d7e75b2..ca115fd618 100644
--- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
@@ -216,6 +216,12 @@ ramips_setup_macs()
 	mercury,mac1200r-v2)
 		wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory_info 0xd)" 1)
 		;;
+	onion,omega2|\
+	onion,omega2p|\
+	vocore,vocore2|\
+	vocore,vocore2-lite)
+		label_mac=$(mtd_get_mac_binary factory 0x4)
+		;;
 	rakwireless,rak633|\
 	unielec,u7628-01-16m|\
 	wavlink,wl-wn575a3)
@@ -236,10 +242,6 @@ ramips_setup_macs()
 	tplink,archer-c50-v4)
 		wan_mac=$(macaddr_add "$(mtd_get_mac_binary rom 0xf100)" 1)
 		;;
-	vocore,vocore2|\
-	vocore,vocore2-lite)
-		label_mac=$(mtd_get_mac_binary factory 0x4)
-		;;
 	wavlink,wl-wn570ha1|\
 	zbtlink,zbt-we1226)
 		wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x2e)" 1)



More information about the lede-commits mailing list