diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:52:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:52:36 +0000 |
commit | 0371dabc1347fd902b1a62b050dbe56064d23567 (patch) | |
tree | 50f5a698bb51621da6a083edf09f7dce554b2cef /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 062828aee0c343ae13009b2108659c6c742eedff (diff) | |
download | upstream-0371dabc1347fd902b1a62b050dbe56064d23567.tar.gz upstream-0371dabc1347fd902b1a62b050dbe56064d23567.tar.bz2 upstream-0371dabc1347fd902b1a62b050dbe56064d23567.zip |
ralink: add support for WSR-600/1166
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43244
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" ;; |