mirror of https://github.com/hak5/openwrt.git
ramips: fix Tenda W150M model name
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46625lede-17.01
parent
b52ac01d27
commit
40f808600c
|
@ -3,8 +3,8 @@
|
|||
/include/ "rt3050.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "3G300M", "ralink,rt3050-soc";
|
||||
model = "Tenda 3G300M";
|
||||
compatible = "W150M", "ralink,rt3050-soc";
|
||||
model = "Tenda W150M";
|
||||
|
||||
pinctrl {
|
||||
state_default: pinctrl0 {
|
||||
|
|
Loading…
Reference in New Issue