ar71xx: add support for RB951Ui-2nD
[openwrt/staging/yousong.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 43515fe93aba6da80c141d5e3142b9a7f046c5e2..b18e87eec7088b8545a97da5b48ec69f4e43d652 100755 (executable)
@@ -344,6 +344,7 @@ platform_check_image() {
        pb42|\
        pb44|\
        rb-941-2nd|\
+       rb-951ui-2nd|\
        rb-mapl-2nd|\
        routerstation-pro|\
        routerstation|\
@@ -617,6 +618,7 @@ platform_pre_upgrade() {
 
        case "$board" in
        rb-941-2nd|\
+       rb-951ui-2nd|\
        rb-mapl-2nd)
                ;;
        rb*|\
@@ -654,6 +656,7 @@ platform_do_upgrade() {
 
        case "$board" in
        rb-941-2nd|\
+       rb-951ui-2nd|\
        rb-mapl-2nd)
                PLATFORM_DO_UPGRADE_COMBINED_SEPARATE_MTD=1
                platform_do_upgrade_combined "$ARGV"