diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2018-07-29 11:07:21 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:37 +0200 |
commit | a9494bb4254d1fa91eb82c04e14d97445e225a06 (patch) | |
tree | fdb2d338ac737201e7d19b3f505a9eb72280bf8b /target/linux | |
parent | 025688794d516d5b020abfdaabf47fe341e37da6 (diff) | |
download | upstream-a9494bb4254d1fa91eb82c04e14d97445e225a06.tar.gz upstream-a9494bb4254d1fa91eb82c04e14d97445e225a06.tar.bz2 upstream-a9494bb4254d1fa91eb82c04e14d97445e225a06.zip |
ramips: fix RBM33G name
The device name is corrected to match the hardware-stored (in hard config
flash space) device name.
Tested-by: Tobias Schramm <tobleminer@gmail.com>
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/RBM33G.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RBM33G.dts b/target/linux/ramips/dts/RBM33G.dts index cc6da267a2..612dc106ed 100644 --- a/target/linux/ramips/dts/RBM33G.dts +++ b/target/linux/ramips/dts/RBM33G.dts @@ -7,7 +7,7 @@ / { compatible = "mikrotik,rbm33g", "mediatek,mt7621-soc"; - model = "MikroTik RBM33G"; + model = "MikroTik RouterBOARD M33G"; aliases { led-status = &led_usr; |