X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=88e8e92a0d071c2c5446c0a0845368771ff3b61c;hp=2f0228b823b776ed94f5095b84514b112f65aba5;hb=6165e4aab0e22b780b6b1dde887ed803a7c8210a;hpb=4436979c83e0d9ef4d7c3162e9d573bb521f61ff diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 2f0228b823..88e8e92a0d 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -111,7 +111,7 @@ tplink_pharos_check_image() { # is accepted (loading the first 1.5M of a remote image for this check seems # a bit extreme) dd if="$1" bs=1 skip=1511432 count=1024 2>/dev/null | while read line; do - [ "$line" == "$model_string" ] && break + [ "$line" = "$model_string" ] && break done || { echo "Unsupported image (model not in support-list)" return 1 @@ -206,6 +206,8 @@ platform_check_image() { ap132|\ ap531b0|\ ap90q|\ + archer-c25-v1|\ + archer-c58-v1|\ archer-c59-v1|\ archer-c60-v1|\ bullet-m|\ @@ -236,6 +238,7 @@ platform_check_image() { dr531|\ dragino2|\ ebr-2310-c1|\ + ens202ext|\ epg5000|\ esr1750|\ esr900|\ @@ -270,6 +273,7 @@ platform_check_image() { tew-712br|\ tew-732br|\ tew-823dru|\ + tl-wr942n-v1|\ unifi-outdoor|\ unifiac-lite|\ unifiac-pro|\ @@ -283,6 +287,7 @@ platform_check_image() { wpj342|\ wpj344|\ wpj531|\ + wpj563|\ wrt400n|\ wrtnode2q|\ wzr-450hp2|\ @@ -397,6 +402,7 @@ platform_check_image() { tl-mr3220|\ tl-mr3420-v2|\ tl-mr3420|\ + tl-mr6400|\ tl-wa701nd-v2|\ tl-wa7210n-v2|\ tl-wa750re|\ @@ -406,6 +412,7 @@ platform_check_image() { tl-wa830re-v2|\ tl-wa850re|\ tl-wa850re-v2|\ + tl-wa855re-v1|\ tl-wa860re|\ tl-wa901nd-v2|\ tl-wa901nd-v3|\ @@ -425,6 +432,7 @@ platform_check_image() { tl-wr703n|\ tl-wr710n|\ tl-wr720n-v3|\ + tl-wr740n-v6|\ tl-wr741nd-v4|\ tl-wr741nd|\ tl-wr802n-v1|\ @@ -507,6 +515,7 @@ platform_check_image() { rb-951g-2hnd|\ rb-951ui-2hnd|\ rb-2011l|\ + rb-2011il|\ rb-2011uas|\ rb-2011uias|\ rb-2011uas-2hnd|\ @@ -517,8 +526,10 @@ platform_check_image() { return $? ;; c-60|\ + hiveap-121|\ nbg6716|\ r6100|\ + rambutan|\ wndr3700v4|\ wndr4300) nand_do_platform_check $board $1 @@ -638,6 +649,7 @@ platform_check_image() { return 0; ;; # these boards use metadata images + fritz300e|\ rb-750-r2|\ rb-750up-r2|\ rb-941-2nd|\ @@ -645,7 +657,8 @@ platform_check_image() { rb-952ui-5ac2nd|\ rb-962uigs-5hact2hnt|\ rb-lhg-5nd|\ - rb-mapl-2nd) + rb-mapl-2nd|\ + tl-wr902ac-v1) return 0 ;; esac @@ -659,8 +672,10 @@ platform_pre_upgrade() { case "$board" in c-60|\ + hiveap-121|\ nbg6716|\ r6100|\ + rambutan|\ rb-411|\ rb-411u|\ rb-433|\ @@ -681,6 +696,7 @@ platform_pre_upgrade() { rb-912uag-5hpnd|\ rb-951g-2hnd|\ rb-951ui-2hnd|\ + rb-2011il|\ rb-2011l|\ rb-2011uas|\ rb-2011uias|\ @@ -748,7 +764,8 @@ platform_do_upgrade() { platform_do_upgrade_allnet "0x9f080000" "$ARGV" ;; cap4200ag|\ - eap300v2) + eap300v2|\ + ens202ext) platform_do_upgrade_allnet "0xbf0a0000" "$ARGV" ;; dir-825-b1|\