diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:59:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:59:47 +0000 |
commit | 40f808600c9d1f821fa3d0eee34a52916415f69f (patch) | |
tree | b68d1fd3c2cafc5c02f767a8213c136a60e1bc46 /target/linux/ramips/dts/W150M.dts | |
parent | b52ac01d27ffa0e06256c49e40e8f8f21d850aef (diff) | |
download | mtk-20170518-40f808600c9d1f821fa3d0eee34a52916415f69f.zip mtk-20170518-40f808600c9d1f821fa3d0eee34a52916415f69f.tar.gz mtk-20170518-40f808600c9d1f821fa3d0eee34a52916415f69f.tar.bz2 |
ramips: fix Tenda W150M model name
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46625
Diffstat (limited to 'target/linux/ramips/dts/W150M.dts')
-rw-r--r-- | target/linux/ramips/dts/W150M.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/W150M.dts b/target/linux/ramips/dts/W150M.dts index 5f4d0e3..2309df6 100644 --- a/target/linux/ramips/dts/W150M.dts +++ b/target/linux/ramips/dts/W150M.dts @@ -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 { |