diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2018-07-29 11:07:23 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:37 +0200 |
commit | 3fd4db76b06bfcf7c69a6bef62f073fb537ab977 (patch) | |
tree | f112837b5658761a69800b81c62e2b28e1ab4f05 /target/linux/ramips/dts | |
parent | a9494bb4254d1fa91eb82c04e14d97445e225a06 (diff) | |
download | upstream-3fd4db76b06bfcf7c69a6bef62f073fb537ab977.tar.gz upstream-3fd4db76b06bfcf7c69a6bef62f073fb537ab977.tar.bz2 upstream-3fd4db76b06bfcf7c69a6bef62f073fb537ab977.zip |
ramips: fix RBM11G 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/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/RBM11G.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RBM11G.dts b/target/linux/ramips/dts/RBM11G.dts index f312093a22..c26c68350f 100644 --- a/target/linux/ramips/dts/RBM11G.dts +++ b/target/linux/ramips/dts/RBM11G.dts @@ -7,7 +7,7 @@ / { compatible = "mikrotik,rbm11g", "mediatek,mt7621-soc"; - model = "MikroTik RBM11G"; + model = "MikroTik RouterBOARD M11G"; aliases { led-status = &led_usr; |