aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-14 16:52:36 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-14 16:52:36 +0000
commit812305fe4f7d61224d5e78ded33e468fa6fe028c (patch)
treeee20bdbf2c9e9fdc86f8017f24f31e5ef9938aee /target/linux/ramips/base-files/etc/board.d
parent48fdd908aceb5e526424a036fa611976b97b9302 (diff)
downloadmaster-187ad058-812305fe4f7d61224d5e78ded33e468fa6fe028c.tar.gz
master-187ad058-812305fe4f7d61224d5e78ded33e468fa6fe028c.tar.bz2
master-187ad058-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/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network5
1 files changed, 4 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"