ar71xx: add user-space support for OpenMesh OM2Pv2
[15.05/openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / openmesh.sh
index 5179875..9eac5ef 100644 (file)
@@ -27,10 +27,12 @@ cfg_value_get()
 }
 
 # make sure we got uboot-envtools and fw_env.config copied over to the ramfs
+# create /var/lock for the lock "fw_setenv.lock" of fw_setenv
 platform_add_ramfs_ubootenv()
 {
        [ -e /usr/sbin/fw_printenv ] && install_bin /usr/sbin/fw_printenv /usr/sbin/fw_setenv
        [ -e /etc/fw_env.config ] && install_file /etc/fw_env.config
+       mkdir -p $RAM_ROOT/var/lock
 }
 append sysupgrade_pre_upgrade platform_add_ramfs_ubootenv
 
@@ -57,6 +59,7 @@ platform_check_image_openmesh()
        case "$img_board_target" in
                OM2P)
                        [ "$board" = "om2p" ] && break
+                       [ "$board" = "om2pv2" ] && break
                        [ "$board" = "om2p-lc" ] && break
                        [ "$board" = "om2p-hs" ] && break
                        echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"