ipq806x: add support for TP-Link Archer VR2600v
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / lib / upgrade / platform.sh
index 250979dcf0af7a85809e755654845858688d5618..c3741f9ff242cddb3c185c2f638c7b4dff781e1b 100644 (file)
@@ -37,6 +37,11 @@ platform_do_upgrade() {
        ea8500)
                platform_do_upgrade_linksys "$ARGV"
                ;;
+       vr2600v)
+               PART_NAME="kernel:rootfs"
+               MTD_CONFIG_ARGS="-s 0x200000"
+               default_do_upgrade "$ARGV"
+               ;;
        esac
 }