aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-05 17:02:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-05 17:02:35 +0000
commitab897ab04e6795c7b23860505cdae92d5641c312 (patch)
treeed9b7282eb95f99818daea4827af360c290efc2e /target/linux/ar71xx/base-files/etc/uci-defaults/network
parent73383c252ee0ff1bb66c576a180a43547ca7f6b5 (diff)
downloadupstream-ab897ab04e6795c7b23860505cdae92d5641c312.tar.gz
upstream-ab897ab04e6795c7b23860505cdae92d5641c312.tar.bz2
upstream-ab897ab04e6795c7b23860505cdae92d5641c312.zip
ar71xx: add support for the TP-Link TL-WR1041N v2 board
Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index 3863705f86..3fbb9fccaa 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -89,6 +89,13 @@ ap113)
ucidef_add_switch_vlan "eth0" "2" "0t 2"
;;
+tl-wr1041n-v2)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "eth0" "1" "1"
+ ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
+ ucidef_add_switch_vlan "eth0" "2" "0t 1"
+ ;;
+
tl-wr1043nd)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "rtl8366rb" "1" "1"