X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmediatek%2Fmt7622%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=1036793145df4abc86580d16abcad527bb0f5e9f;hp=f54665dfa15b685940aa770d5660ac55fb03bb41;hb=58b3b557b629f6a2046414e0e1b39189d918133f;hpb=e01b1c22dfb669abb0ad14c83ec9b3e35ff3d15c diff --git a/target/linux/mediatek/mt7622/base-files/lib/upgrade/platform.sh b/target/linux/mediatek/mt7622/base-files/lib/upgrade/platform.sh index f54665dfa1..1036793145 100755 --- a/target/linux/mediatek/mt7622/base-files/lib/upgrade/platform.sh +++ b/target/linux/mediatek/mt7622/base-files/lib/upgrade/platform.sh @@ -32,6 +32,12 @@ platform_do_upgrade() { nand_do_upgrade "$1" fi ;; + elecom,wrc-x3200gst3|\ + mediatek,mt7622-rfb1-ubi|\ + totolink,a8000ru|\ + xiaomi,redmi-router-ax6s) + nand_do_upgrade "$1" + ;; linksys,e8450-ubi) CI_KERNPART="fit" nand_do_upgrade "$1" @@ -44,11 +50,6 @@ platform_do_upgrade() { fi default_do_upgrade "$1" ;; - mediatek,mt7622-rfb1-ubi|\ - totolink,a8000ru|\ - xiaomi,redmi-router-ax6s) - nand_do_upgrade "$1" - ;; *) default_do_upgrade "$1" ;; @@ -67,6 +68,7 @@ platform_check_image() { buffalo,wsr-2533dhp2) buffalo_check_image "$board" "$magic" "$1" || return 1 ;; + elecom,wrc-x3200gst3|\ mediatek,mt7622-rfb1-ubi|\ totolink,a8000ru|\ xiaomi,redmi-router-ax6s)