X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a24e101ea6b4676daf405968265d8c1aac3215c0..69776356230d6afbb5017945e4053f98cabf6496:/target/linux/ramips/base-files/lib/upgrade/platform.sh diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 7cc5420f5..1f6910d76 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -14,18 +14,30 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$board" in + all0256n | \ bc2 | \ dir-300-b1 | \ dir-600-b1 | \ dir-600-b2 | \ + esr-9753 | \ fonera20n | \ hw550-3g | \ mofi3500-3gn | \ nbg-419n | \ nw718 | \ + omni-emb | \ rt-g32-b1 | \ + rt-n10-plus | \ + rt-n15 | \ + rt-n56u | \ + sl-r7205 | \ + w502u |\ + wr6202 |\ v22rw-2x2 | \ - whr-g300n) + wl341v3 | \ + wli-tx4-ag300n | \ + whr-g300n |\ + wr512-3gn) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1