diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-14 16:52:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-14 16:52:36 +0000 |
commit | 812305fe4f7d61224d5e78ded33e468fa6fe028c (patch) | |
tree | ee20bdbf2c9e9fdc86f8017f24f31e5ef9938aee /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 48fdd908aceb5e526424a036fa611976b97b9302 (diff) | |
download | upstream-812305fe4f7d61224d5e78ded33e468fa6fe028c.tar.gz upstream-812305fe4f7d61224d5e78ded33e468fa6fe028c.tar.bz2 upstream-812305fe4f7d61224d5e78ded33e468fa6fe028c.zip |
ralink: add support for WSR-600/1166
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index fcb8fdcf0b..ff5044c615 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -79,6 +79,12 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"Buffalo WSR-600") + name="wsr-600" + ;; + *"Buffalo WSR-1166") + name="wsr-1166" + ;; *"CY-SWR1100") name="cy-swr1100" ;; |