diff options
author | John Klug <john.klug@multitech.com> | 2017-09-01 09:09:36 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-14 17:35:22 -0500 |
commit | da0477eced4e69bd2d55d34c7fc8d8cf3e485aad (patch) | |
tree | f302d47f6d9cf38f3277c51807ee3fce63d049e9 /recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default | |
parent | a87cfd8e5f81d9062d6bad4b3264542e9e026edb (diff) | |
download | meta-mlinux-da0477eced4e69bd2d55d34c7fc8d8cf3e485aad.tar.gz meta-mlinux-da0477eced4e69bd2d55d34c7fc8d8cf3e485aad.tar.bz2 meta-mlinux-da0477eced4e69bd2d55d34c7fc8d8cf3e485aad.zip |
Implement automatic switch. Remove non-working parts of bitbake recipe.
Diffstat (limited to 'recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default')
-rw-r--r-- | recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.default | 4 |
1 files changed, 2 insertions, 2 deletions
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. |