X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1047651f0e2ddb05e84a4297dceb100741918146..f8f3c2b274a83e79ffca3a2b7fdad4f0659c810a:/target/linux/ramips/base-files/lib/upgrade/platform.sh?ds=sidebyside diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 1906f564e..a2f351353 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -14,6 +14,7 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$board" in + all0256n | \ bc2 | \ dir-300-b1 | \ dir-600-b1 | \ @@ -27,10 +28,15 @@ platform_check_image() { omni-emb | \ rt-g32-b1 | \ rt-n15 | \ + rt-n56u | \ + sl-r7205 | \ w502u |\ + wr6202 |\ v22rw-2x2 | \ + wl341v3 | \ wli-tx4-ag300n | \ - whr-g300n) + whr-g300n |\ + wr512-3gn) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1