Searched refs:radiofile (Results 1 – 1 of 1) sorted by relevance
321 if [ "$radiofile" == "" ]; then323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'`324 if [ "$radiofile" == "" ]; then325 log_print "radio file empty: $radiofile"328 if [ ! -e "$ROOT/$product/$radiofile" ]; then329 log_print "radio file not found: ./$product/$radiofile"332 log_print "using $ROOT/$product/$radiofile as the radio image file"335 flash_partition $radiopart $ROOT/$product/$radiofile