ar71xx: Allow OpenMesh CE images with more than 3 files
[openwrt/staging/wigyori.git] / target / linux / ar71xx / base-files / lib / upgrade / openmesh.sh
index e0269467168ed59818ccd52cd3f0a26e68a3149f..bc362a751e9b62ee23fb4b3b401757106435e34a 100644 (file)
@@ -108,7 +108,7 @@ platform_check_image_openmesh()
 
        platform_check_image_target_openmesh "$img_board_target" || return 1
 
-       [ $img_num_files -ne 3 ] && {
+       [ $img_num_files -lt 3 ] && {
                echo "Invalid number of embedded images ($img_num_files). Use the correct image for this platform"
                return 1
        }