Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36789 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
 
        tl-wr941nd)
                status_led="tp-link:green:system"
                ;;
+       archer-c7 | \
        tl-wdr4300 | \
        tl-wr703n | \
        tl-wr720n-v3)
 
        ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
        ;;
 
+archer-c7)
+       ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1"
+       ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1"
+       ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
+       ;;
+
 tl-wr741nd)
        ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
        ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x02"
 
        ;;
 
 ap136-020 |\
-ap135-020)
+ap135-020 |\
+archer-c7)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
 
        *AP83)
                name="ap83"
                ;;
+       *"Archer C7")
+               name="archer-c7"
+               ;;
        *"Atheros AP96")
                name="ap96"
                ;;
 
                platform_check_image_openmesh "$magic_long" "$1" && return 0
                return 1
                ;;
+
+       archer-c7 | \
        tl-mr11u | \
        tl-mr3020 | \
        tl-mr3040 | \