Signed-off-by: Sven Eckelmann <[email protected]>
---
 target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | 1 +
 target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh 
b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
index 13d7415..a897dca 100644
--- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
@@ -79,6 +79,7 @@ platform_check_image_openmesh()
                        ;;
                MR900)
                        [ "$board" = "mr900" ] && break
+                       [ "$board" = "mr900v2" ] && break
                        echo "Invalid image board target ($img_board_target) 
for this platform: $board. Use the correct image for this platform"
                        return 1
                        ;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index c1e42f5..0ad49a3 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -246,6 +246,7 @@ platform_check_image() {
        mr600 | \
        mr600v2 | \
        mr900 | \
+       mr900v2 | \
        om2p | \
        om2pv2 | \
        om2p-hs | \
@@ -437,6 +438,7 @@ platform_do_upgrade() {
        mr600 | \
        mr600v2 | \
        mr900 | \
+       mr900v2 | \
        om2p | \
        om2pv2 | \
        om2p-hs | \
-- 
2.1.3
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to