From 57f4eab6771c5b099a09cea4e661bf5ccebbbb95 Mon Sep 17 00:00:00 2001 From: Tobias Schramm Date: Wed, 8 Apr 2020 12:47:14 +0200 Subject: [PATCH] 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 --- target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) 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) ;; -- 2.35.1