X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=b18e87eec7088b8545a97da5b48ec69f4e43d652;hb=8cbb2ac6332ba3be707ea6e4129c22b9320b72c1;hp=c65770fd46ab2fc1a501f37a99ac4adf6bc438f3;hpb=fce57c408280fd310afc5c4b464bb388ff2dca48;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index c65770fd46..b18e87eec7 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -233,6 +233,7 @@ platform_check_image() { dlan-pro-500-wp|\ dr531|\ dragino2|\ + ebr-2310-c1|\ epg5000|\ esr1750|\ esr900|\ @@ -343,6 +344,8 @@ platform_check_image() { pb42|\ pb44|\ rb-941-2nd|\ + rb-951ui-2nd|\ + rb-mapl-2nd|\ routerstation-pro|\ routerstation|\ wp543|\ @@ -401,6 +404,7 @@ platform_check_image() { tl-wa801nd-v3|\ tl-wa830re-v2|\ tl-wa850re|\ + tl-wa850re-v2|\ tl-wa860re|\ tl-wa901nd-v2|\ tl-wa901nd-v3|\ @@ -498,6 +502,7 @@ platform_check_image() { tplink_pharos_check_image "$1" && return 0 return 1 ;; + a40|\ a60|\ mr1750v2|\ mr1750|\ @@ -612,7 +617,9 @@ platform_pre_upgrade() { local board=$(ar71xx_board_name) case "$board" in - rb-941-2nd) + rb-941-2nd|\ + rb-951ui-2nd|\ + rb-mapl-2nd) ;; rb*|\ c-60|\ @@ -648,7 +655,9 @@ platform_do_upgrade() { local board=$(ar71xx_board_name) case "$board" in - rb-941-2nd) + rb-941-2nd|\ + rb-951ui-2nd|\ + rb-mapl-2nd) PLATFORM_DO_UPGRADE_COMBINED_SEPARATE_MTD=1 platform_do_upgrade_combined "$ARGV" ;; @@ -678,6 +687,7 @@ platform_do_upgrade() { tew-673gru) platform_do_upgrade_dir825b "$ARGV" ;; + a40|\ a60|\ mr1750v2|\ mr1750|\