Home
last modified time | relevance | path

Searched refs:fs_new (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/tools/linux/Linux_Diff_Firmware/
H A Dmk-diff-ota.sh190 fs_new=$(get_fs_type ${NEW_DIR}/${IMG})
193 if [ $fs_new != $fs_old ]; then
194 echo_red "Copy ${IMG}, root fs type are different: $fs_old vs $fs_new"
196 elif [ $fs_new != "Squashfs" ]; then
197 echo_red "Copy ${IMG}, $fs_new not supported"