X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=78e87a09f2ea51821f435c41a2c73c91e551324f;hb=c8043137bbd323b1490ae8613eab915ba9c138ee;hp=7f161f5342dc026dd7b9d675a82ca954f182edc2;hpb=5f6e94855113b0c37fba57eda4af0b0427457b98;p=openwrt%2Fstaging%2Fblogic.git diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 7f161f5342dc..78e87a09f2ea 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -17,6 +17,7 @@ platform_check_image() { 3g150b|\ 3g300m|\ a5-v11|\ + ac1200pro|\ ai-br100|\ air3gii|\ all0239-3g|\ @@ -49,6 +50,7 @@ platform_check_image() { dir-620-d1|\ dir-810l|\ duzun-dm06|\ + dwr-512-b|\ e1700|\ esr-9753|\ ex2700|\ @@ -69,6 +71,9 @@ platform_check_image() { jhr-n805r|\ jhr-n825r|\ jhr-n926r|\ + kn_rc|\ + kn_rf|\ + kng_rc|\ linkits7688|\ linkits7688d|\ m2m|\ @@ -131,6 +136,7 @@ platform_check_image() { vocore|\ vr500|\ w150m|\ + w2914nsv2|\ w306r-v20|\ w502u|\ wf-2881|\ @@ -147,6 +153,7 @@ platform_check_image() { wl-351|\ wl-wn575a3|\ wli-tx4-ag300n|\ + wlr-6000|\ wmr-300|\ wnce2001|\ wndr3700v5|\ @@ -197,7 +204,8 @@ platform_check_image() { return 0 ;; c20i|\ - c50) + c50|\ + mr200) [ "$magic" != "03000000" ] && { echo "Invalid image type." return 1