Browse Source

ar71xx: add user-space support for the TL-WR1043ND v2 board

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 38956
Gabor Juhos 12 years ago
parent
commit
7db7757bf2

+ 1 - 0
target/linux/ar71xx/base-files/etc/diag.sh

@@ -141,6 +141,7 @@ get_status_led() {
 	tl-wdr3500 | \
 	tl-wr1041n-v2 | \
 	tl-wr1043nd | \
+	tl-wr1043nd-v2 | \
 	tl-wr741nd | \
 	tl-wr741nd-v4 | \
 	tl-wr841n-v1 | \

+ 2 - 1
target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

@@ -253,7 +253,8 @@ tl-wr1041n-v2)
 	ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
 	;;
 
-tl-wr1043nd)
+tl-wr1043nd | \
+tl-wr1043nd-v2)
 	ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
 	ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
 	;;

+ 2 - 1
target/linux/ar71xx/base-files/etc/uci-defaults/02_network

@@ -38,7 +38,8 @@ ap136-010)
 	;;
 
 ap136-020 |\
-ap135-020)
+ap135-020 |\
+tl-wr1043nd-v2)
 	ucidef_set_interfaces_lan_wan "eth1" "eth0"
 	ucidef_add_switch "switch0" "1" "1"
 	ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"

+ 3 - 0
target/linux/ar71xx/base-files/lib/ar71xx.sh

@@ -423,6 +423,9 @@ ar71xx_board_detect() {
 	*TL-WR1043ND)
 		name="tl-wr1043nd"
 		;;
+	*"TL-WR1043ND v2")
+		name="tl-wr1043nd-v2"
+		;;
 	*TL-WR2543N*)
 		name="tl-wr2543n"
 		;;

+ 1 - 0
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

@@ -208,6 +208,7 @@ platform_check_image() {
 	tl-wr941nd | \
 	tl-wr1041n-v2 | \
 	tl-wr1043nd | \
+	tl-wr1043nd-v2 | \
 	tl-wr2543n)
 		[ "$magic" != "0100" ] && {
 			echo "Invalid image type."