summaryrefslogtreecommitdiffstats
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
commita1dcbc66a639d0f16e8cafb837099f156e018741 (patch)
tree5cc5709086d3bfc64582638783157492d6c46fcc /target/linux/ar71xx/base-files/etc/uci-defaults/network
parenta56bdeff9d994f6e8e39cd8a0cad571866b27533 (diff)
downloadmaster-31e0f0ae-a1dcbc66a639d0f16e8cafb837099f156e018741.tar.gz
master-31e0f0ae-a1dcbc66a639d0f16e8cafb837099f156e018741.tar.bz2
master-31e0f0ae-a1dcbc66a639d0f16e8cafb837099f156e018741.zip
ar71xx: add initial support for the TL-WR2543N/ND board
The WLAN LEDs are not working yet. SVN-Revision: 29680
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"