diff options
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 43515fe..b18e87e 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -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" |