mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-12 05:41:12 +00:00
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@adrianschmutzler.de>
This commit is contained in:
parent
c9faa84b31
commit
c23bc5032f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user