diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-08 16:26:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-08 16:26:25 +0000 |
commit | daf3a5a8ff2f4572f192d3013018a41491818c25 (patch) | |
tree | 2f33ea563f9c42638f427649efdfb11f8f34ccc4 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 85e9b90485c27c4b08146cb5c61af3f60579a806 (diff) | |
download | master-187ad058-daf3a5a8ff2f4572f192d3013018a41491818c25.tar.gz master-187ad058-daf3a5a8ff2f4572f192d3013018a41491818c25.tar.bz2 master-187ad058-daf3a5a8ff2f4572f192d3013018a41491818c25.zip |
ar71xx: add support for the TRENDNet TEW-673GRU board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network index 613b2a0e87..4dfb43c673 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network @@ -25,7 +25,8 @@ db120) ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4" ;; -dir-825-b1) +dir-825-b1|\ +tew-673gru) ucidef_set_interfaces_lan_wan "eth0.1" "eth1" ucidef_add_switch "rtl8366s" "1" "1" ucidef_add_switch_vlan "rtl8366s" "1" "0 1 2 3 5t" |