From ab897ab04e6795c7b23860505cdae92d5641c312 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 5 May 2012 17:02:35 +0000 Subject: ar71xx: add support for the TP-Link TL-WR1041N v2 board Patch-by: Vince Huang SVN-Revision: 31608 --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + target/linux/ar71xx/base-files/etc/uci-defaults/leds | 3 ++- target/linux/ar71xx/base-files/etc/uci-defaults/network | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/etc') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index c6f2cf79ba..6cee29f3e8 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -112,6 +112,7 @@ get_status_led() { tl-mr3420 | \ tl-wa901nd | \ tl-wa901nd-v2 | \ + tl-wr1041n-v2 | \ tl-wr1043nd | \ tl-wr741nd | \ tl-wr741nd-v4 | \ diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds b/target/linux/ar71xx/base-files/etc/uci-defaults/leds index c8edcae480..2ec67cb695 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds @@ -188,7 +188,8 @@ tl-wr741nd-v4) set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" ;; -tl-wr941nd) +tl-wr941nd | \ +tl-wr1041n-v2) set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" ;; 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" -- cgit v1.2.3