diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:57:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:57:55 +0000 |
commit | 5e1ea4810b1ddcc49901a388a917e1a2b3bc8086 (patch) | |
tree | 9bf6d9544b63fd22a513a5983604cdb96ea0a150 /target/linux/ramips/dts | |
parent | f38db7770779e014909955bd693202ee20042c2e (diff) | |
download | upstream-5e1ea4810b1ddcc49901a388a917e1a2b3bc8086.tar.gz upstream-5e1ea4810b1ddcc49901a388a917e1a2b3bc8086.tar.bz2 upstream-5e1ea4810b1ddcc49901a388a917e1a2b3bc8086.zip |
ramips: fix Asus WL-330N{, 3G} boards names
There are other Asus boards supported in ramips target, so use the same naming scheme for WL-330N{,3G} boards and their dts files.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46615
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/WL-330N.dts (renamed from target/linux/ramips/dts/WL_330N.dts) | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/WL-330N3G.dts (renamed from target/linux/ramips/dts/WL_330N3G.dts) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WL_330N.dts b/target/linux/ramips/dts/WL-330N.dts index 14c78db093..0e7c027b70 100644 --- a/target/linux/ramips/dts/WL_330N.dts +++ b/target/linux/ramips/dts/WL-330N.dts @@ -3,7 +3,7 @@ /include/ "rt3050.dtsi" / { - compatible = "WL_330N", "ralink,rt3050-soc"; + compatible = "WL-330N", "ralink,rt3050-soc"; model = "Asus WL-330N"; palmbus@10000000 { diff --git a/target/linux/ramips/dts/WL_330N3G.dts b/target/linux/ramips/dts/WL-330N3G.dts index aa4c547e09..12a24b5692 100644 --- a/target/linux/ramips/dts/WL_330N3G.dts +++ b/target/linux/ramips/dts/WL-330N3G.dts @@ -3,7 +3,7 @@ /include/ "rt3050.dtsi" / { - compatible = "WL_330N3G", "ralink,rt3050-soc"; + compatible = "WL-330N3G", "ralink,rt3050-soc"; model = "Asus WL-330N3G"; palmbus@10000000 { |