X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=8c7f9591cebe2e09f1b18ab7b68360aaa6b69d9c;hb=3cfc909c54c07d5a24d9a1a7496142b82d580878;hp=d83e5c1dd28bc885f81ea912afa15a2314a85e3e;hpb=6b0b526a4fc11d3b1b588d5b3b789da0c66adce9;p=openwrt%2Fstaging%2Fflorian.git diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index d83e5c1dd2..8c7f9591ce 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -17,17 +17,19 @@ platform_check_image() { 3g150b|\ 3g300m|\ a5-v11|\ - ac1200pro|\ ai-br100|\ air3gii|\ all0239-3g|\ - all0256n|\ + all0256n-4M|\ + all0256n-8M|\ all5002|\ all5003|\ ar725w|\ - asl26555|\ + asl26555-8M|\ + asl26555-16M|\ awapn2403|\ - awm002-evb|\ + awm002-evb-4M|\ + awm002-evb-8M|\ awm003-evb|\ bc2|\ broadway|\ @@ -35,6 +37,7 @@ platform_check_image() { cf-wr800n|\ cs-qr10|\ d105|\ + d240|\ dap-1350|\ db-wrt01|\ dcs-930|\ @@ -52,7 +55,9 @@ platform_check_image() { dwr-512-b|\ e1700|\ esr-9753|\ + ew1200|\ ex2700|\ + ex3700|\ f7c027|\ firewrt|\ fonera20n|\ @@ -61,6 +66,7 @@ platform_check_image() { gl-mt300n|\ gl-mt750|\ hc5*61|\ + hc5661a|\ hg255d|\ hlk-rm04|\ hpm|\ @@ -77,7 +83,8 @@ platform_check_image() { linkits7688d|\ m2m|\ m3|\ - m4|\ + m4-4M|\ + m4-8M|\ mac1200rv2|\ microwrt|\ miniembplug|\ @@ -100,7 +107,8 @@ platform_check_image() { nbg-419n|\ nbg-419n2|\ newifi-d1|\ - nixcore|\ + nixcore-x1-8M|\ + nixcore-x1-16M|\ nw718|\ omega2|\ omega2p|\ @@ -108,9 +116,11 @@ platform_check_image() { pbr-d1|\ pbr-m1|\ psg1208|\ - psg1218|\ + psg1218a|\ + psg1218b|\ psr-680w|\ - px-4885|\ + px-4885-4M|\ + px-4885-8M|\ rb750gr3|\ re6500|\ rp-n53|\ @@ -134,7 +144,8 @@ platform_check_image() { ur-326n4g|\ ur-336un|\ v22rw-2x2|\ - vocore|\ + vocore-8M|\ + vocore-16M|\ vocore2|\ vr500|\ w150m|\ @@ -160,15 +171,18 @@ platform_check_image() { wn3000rpv3|\ wnce2001|\ wndr3700v5|\ - wr512-3gn|\ + wr512-3gn-4M|\ + wr512-3gn-8M|\ wr6202|\ wrh-300cr|\ wrtnode|\ wrtnode2r |\ wrtnode2p |\ wsr-600|\ - wt1520|\ - wt3020|\ + wt1520-4M|\ + wt1520-8M|\ + wt3020-4M|\ + wt3020-8M|\ wzr-agl300nh|\ x5|\ x8|\ @@ -177,9 +191,12 @@ platform_check_image() { zbt-ape522ii|\ zbt-cpe102|\ zbt-wa05|\ + zbt-we1326|\ + zbt-we2026|\ zbt-we826|\ zbt-wg2626|\ - zbt-wg3526|\ + zbt-wg3526-16M|\ + zbt-wg3526-32M|\ zbt-wr8305rt|\ zte-q7|\ youku-yk1) @@ -226,6 +243,11 @@ platform_check_image() { } return 0 ;; + hc5962|\ + r6220) + # these boards use metadata images + return 0 + ;; ubnt-erx) nand_do_platform_check "$board" "$1" return $?; @@ -258,6 +280,8 @@ platform_pre_upgrade() { local board=$(ramips_board_name) case "$board" in + hc5962|\ + r6220|\ ubnt-erx) nand_do_upgrade "$ARGV" ;;