summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/cellular_radios.sh
blob: 695831fb755ace686fa299f8cf2f7514f7d6cc13 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Let mts-io know when the radio is ready
READYFILE=/sys/devices/platform/mts-io/radio-udev-discovery
if [[ -f $READYFILE ]] ; then
    echo 1 >$READYFILE
fi