aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-07 19:36:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-07 19:36:35 +0000
commit8782a469c8ecf70d9e4b509990ab3fbc5f3222ac (patch)
tree679720f4b2f8d0920b0cb06a580c7f69702ffd84 /target/linux/ar71xx/base-files/etc/uci-defaults/network
parentce48dfe9f2e037cb3cc7a7f646bc9201b7a727d9 (diff)
downloadupstream-8782a469c8ecf70d9e4b509990ab3fbc5f3222ac.tar.gz
upstream-8782a469c8ecf70d9e4b509990ab3fbc5f3222ac.tar.bz2
upstream-8782a469c8ecf70d9e4b509990ab3fbc5f3222ac.zip
ar71xx: add initial support for the TL-WR2543N/ND board
The WLAN LEDs are not working yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29680 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c7bd419f1d..45a9423c62 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -81,6 +81,13 @@ tl-wr1043nd)
ucidef_add_switch_vlan "rtl8366rb" "2" "0 5t"
;;
+tl-wr2543n)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 9t"
+ ucidef_add_switch_vlan "switch0" "2" "0 9t"
+ ;;
+
tl-wr841n-v1|\
tl-wr941nd)
ucidef_set_interface_raw "eth" "eth0"