Author: blogic Date: 2014-11-14 17:55:14 +0100 (Fri, 14 Nov 2014) New Revision: 43267
Modified: trunk/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh Log: ar71xx: add sysupgrade support for OpenMesh MR900v2 Signed-off-by: Sven Eckelmann <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh 2014-11-14 16:55:04 UTC (rev 43266) +++ trunk/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh 2014-11-14 16:55:14 UTC (rev 43267) @@ -79,6 +79,7 @@ ;; 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 ;; Modified: trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 2014-11-14 16:55:04 UTC (rev 43266) +++ trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 2014-11-14 16:55:14 UTC (rev 43267) @@ -246,6 +246,7 @@ mr600 | \ mr600v2 | \ mr900 | \ + mr900v2 | \ om2p | \ om2pv2 | \ om2p-hs | \ @@ -437,6 +438,7 @@ mr600 | \ mr600v2 | \ mr900 | \ + mr900v2 | \ om2p | \ om2pv2 | \ om2p-hs | \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
