From da0477eced4e69bd2d55d34c7fc8d8cf3e485aad Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 1 Sep 2017 09:09:36 -0500 Subject: Implement automatic switch. Remove non-working parts of bitbake recipe. --- .../cell-radio-carrierswitch/cell-radio-carrierswitch.default | 4 ++-- .../multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/multitech/cell-radio-carrierswitch') diff --git a/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default b/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default index 42bc1b0..7128721 100644 --- a/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default +++ b/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default @@ -1,5 +1,5 @@ -# set to "yes" to enable cell-radio-fwswitch on boot -ENABLED="no" +# set to "no" to disable cell-radio-fwswitch on boot +ENABLED="yes" # The default timeout is 60 seconds. # It depends on how long your radio takes to get ready. diff --git a/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init b/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init index 32b8d0d..6b8a640 100644 --- a/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init +++ b/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init @@ -3,7 +3,7 @@ # no firmware switch by default ENABLED="no" -[ -r /etc/default/cell-radio-fwswitch ] && source /etc/default/cell-radio-fwswitch +[ -r /etc/default/cell-radio-carrierswitch ] && source /etc/default/cell-radio-carrierswitch [ "$ENABLED" == "yes" ] || exit 0 # It may take a couple of boots to get the APN straightened out. -- cgit v1.2.3