Index: target/linux/ar71xx/base-files/lib/ar71xx.sh
===================================================================
--- target/linux/ar71xx/base-files/lib/ar71xx.sh        (revision 35934)
+++ target/linux/ar71xx/base-files/lib/ar71xx.sh        (working copy)
@@ -378,6 +378,9 @@
        *TL-MR3420)
                name="tl-mr3420"
                ;;
+       *"TL-MR3420 v2")
+               name="tl-mr3420-v2"
+               ;;
        *TL-WA7510N)
                name="tl-wa7510n"
                ;;
Index: target/linux/ar71xx/base-files/lib/upgrade/platform.sh
===================================================================
--- target/linux/ar71xx/base-files/lib/upgrade/platform.sh      (revision 35934)
+++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh      (working copy)
@@ -158,6 +158,7 @@
        tl-mr3220 | \
        tl-mr3220-v2 | \
        tl-mr3420 | \
+       tl-mr3420-v2 | \
        tl-wa7510n | \
        tl-wa901nd | \
        tl-wa901nd-v2 | \
Index: target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
===================================================================
--- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds     (revision 35934)
+++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds     (working copy)
@@ -130,6 +130,16 @@
        ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
        ;;

+tl-mr3420-v2)
+       ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
+       ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" 
"0x04"
+       ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" 
"0x08"
+       ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" 
"0x10"
+       ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" 
"0x02"
+       ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
+       ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
+       ;;
+
 tl-wa901nd)
        ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
        ;;
Index: target/linux/ar71xx/base-files/etc/uci-defaults/02_network
===================================================================
--- target/linux/ar71xx/base-files/etc/uci-defaults/02_network  (revision 35934)
+++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network  (working copy)
@@ -151,6 +151,7 @@
        ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
        ;;

+tl-mr3420-v2 |\
 tl-wr841n-v8)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ucidef_add_switch "switch0" "1" "1"
Index: target/linux/ar71xx/base-files/etc/diag.sh
===================================================================
--- target/linux/ar71xx/base-files/etc/diag.sh  (revision 35934)
+++ target/linux/ar71xx/base-files/etc/diag.sh  (working copy)
@@ -117,6 +117,7 @@
        tl-mr3220 | \
        tl-mr3220-v2 | \
        tl-mr3420 | \
+       tl-mr3420-v2 | \
        tl-wa901nd | \
        tl-wa901nd-v2 | \
        tl-wr1041n-v2 | \
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to