ipq806x: add support for Extreme Networks AP3935
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / lib / upgrade / platform.sh
index 8eda75b71886b8532cfd90787a6636454d579c0a..7877ecae6bacad3696c656aeff2382e2a18728cc 100644 (file)
@@ -44,6 +44,11 @@ platform_do_upgrade() {
                fi
                nand_do_upgrade "$1"
                ;;
+       extreme,ap3935)
+               CI_ROOTPART="nand_flash"
+               CI_KERNPART="PriImg"
+               nand_do_upgrade "$1"
+               ;;
        linksys,ea7500-v1 |\
        linksys,ea8500)
                platform_do_upgrade_linksys "$1"