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 | |
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')
4 files changed, 16 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index c5957b393a..de0115f6d5 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -121,13 +121,16 @@ ramips_setup_interfaces() mzk-750dhp | \ whr-300hp2 | \ whr-600d | \ + wsr-600 | \ + wsr-1166 | \ wt1520) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t" ucidef_add_switch_vlan "switch0" "2" "4 6t" ;; - whr-1166d) + + whr-1166) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t" diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index b743c8408a..dfa5468205 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -170,6 +170,10 @@ get_status_led() { wr8305rt) status_led="wr8305rt:sys" ;; + wsr-600 | \ + wsr-1166) + status_led="buffalo:orange:diag" + ;; wnce2001) status_led="netgear:green:power" ;; 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" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 3f383a65f0..4962b8b4d0 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -89,6 +89,8 @@ platform_check_image() { whr-g300n |\ whr-600d |\ whr-1166d |\ + wsr-600 |\ + wsr-1166 |\ wl-330n | \ wl-330n3g | \ wl-351 | \ |