mirror of https://github.com/hak5/openwrt.git
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>openwrt-19.07
parent
a9494bb425
commit
3fd4db76b0
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "mikrotik,rbm11g", "mediatek,mt7621-soc";
|
compatible = "mikrotik,rbm11g", "mediatek,mt7621-soc";
|
||||||
model = "MikroTik RBM11G";
|
model = "MikroTik RouterBOARD M11G";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-status = &led_usr;
|
led-status = &led_usr;
|
||||||
|
|
Loading…
Reference in New Issue