diff mbox series

[OpenWrt-Devel,2/3] ramips: mt7621: add label mac address to rbm11g

Message ID 20200408104716.3644779-3-t.schramm@manjaro.org
State Accepted
Headers show
Series Clean up and reenable Mikrotik rbm11g | expand

Commit Message

Tobias Schramm April 8, 2020, 10:47 a.m. UTC
The rbm11g has a label with printed on mac address similar to the
rbm33g.

Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
 target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 d73305981f..f654574e14 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
@@ -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)
 		;;