diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-03 18:31:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-03 18:31:11 +0000 |
commit | ada0452b14a3f3ad6b1b5dcbeee7623c25cfd0fd (patch) | |
tree | e5dd55620f2e4d974fa505d8ba9c8996cfd07fa9 | |
parent | ca32b89cc06467d93f52cf9e64f783d2aa12d0be (diff) | |
download | upstream-ada0452b14a3f3ad6b1b5dcbeee7623c25cfd0fd.tar.gz upstream-ada0452b14a3f3ad6b1b5dcbeee7623c25cfd0fd.tar.bz2 upstream-ada0452b14a3f3ad6b1b5dcbeee7623c25cfd0fd.zip |
ramips: fix WSR-{600,1166} names
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43817
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/WSR-1166.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/WSR-600.dts | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index b4e5d91e86..eeb8df049e 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -82,10 +82,10 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; - *"Buffalo WSR-600") + *"Buffalo WSR-600DHP") name="wsr-600" ;; - *"Buffalo WSR-1166") + *"Buffalo WSR-1166DHP") name="wsr-1166" ;; *"CY-SWR1100") diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index 2a907348ce..98c1dccd05 100644 --- a/target/linux/ramips/dts/WSR-1166.dts +++ b/target/linux/ramips/dts/WSR-1166.dts @@ -4,7 +4,7 @@ / { compatible = "ralink,mt7621-eval-board", "ralink,mt7621-soc"; - model = "Buffalo WSR-1166"; + model = "Buffalo WSR-1166DHP"; memory@0 { reg = <0x0 0x8000000>; diff --git a/target/linux/ramips/dts/WSR-600.dts b/target/linux/ramips/dts/WSR-600.dts index be260a715b..f9ac3d7631 100644 --- a/target/linux/ramips/dts/WSR-600.dts +++ b/target/linux/ramips/dts/WSR-600.dts @@ -4,7 +4,7 @@ / { compatible = "ralink,mt7621-eval-board", "ralink,mt7621-soc"; - model = "Buffalo WSR-600"; + model = "Buffalo WSR-600DHP"; memory@0 { reg = <0x0 0x4000000>; |