mirror of https://github.com/hak5/openwrt.git
ramips: mt7621: add label mac address to rbm11g
The rbm11g has a label with printed on mac address similar to the rbm33g. Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>master
parent
d8bde3687a
commit
57f4eab677
|
@ -90,6 +90,7 @@ ramips_setup_macs()
|
|||
label_mac=$wan_mac
|
||||
;;
|
||||
mikrotik,rb750gr3|\
|
||||
mikrotik,rbm11g|\
|
||||
mikrotik,rbm33g)
|
||||
label_mac=$(mtd_get_mac_binary hard_config 0x10)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue