summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-numpy
ModeNameSize
d---------aarch6478logplain
d---------arm77logplain
d---------armeb77logplain
d---------i58677logplain
d---------mips78logplain
d---------mipsel77logplain
-rw-r--r--no-host-paths.patch2681logplain
d---------powerpc78logplain
-rw-r--r--trycompile.diff1672logplain
-rw-r--r--unbreak-assumptions.diff798logplain
d---------x86-6478logplain
uctid=$(/usr/sbin/mts-io-sysfs show product-id) if [[ $MODEL != LE910-NA1 ]] || ! [[ $productid =~ -LNA3- ]] ; then [ "$VERBOSE" ] && >&2 echo "Firmware switch is supported only on LE910-NA1 models with product-id containing -LNA3-." exit 0 fi # # Check if firmware switch is required # FWACTIVE=$(radio-query --active-firmware) if [ $? -ne 0 ] || [ "$FWACTIVE" == "" ]; then [ "$VERBOSE" ] && >&2 echo "The $MODEL radio does not support firmware switching." exit 0 fi if (( FWACTIVE == FWIMAGE )); then echo "Cellular radio firmware has already been switched to $FWIMAGE image." exit 0 fi # Disable the LNA3 chat script in case of failure. if ! [[ -L $lna3_chat_link ]] || [[ $(basename $(readlink -f $lna3_chat_link)) != README.lna3 ]] ; then ln -sf "${lna3_readme}" "${lna3_chat_link}" echo "Chat script is now disabled." fi # # Switch the firmware # RESULT=$(radio-cmd --set-active-firmware "$FWIMAGE")