diff options
author | John Klug <john.klug@multitech.com> | 2017-07-28 16:26:47 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-07-28 16:27:25 -0500 |
commit | de5d882cecbba87ae2d40c17332996fdca9080a1 (patch) | |
tree | 56f1a3f97d641b4707ffd202e2bcb456ed030729 | |
parent | 81e664582e597ad71b0c103393b8d899d7884d5c (diff) | |
download | meta-mlinux-de5d882cecbba87ae2d40c17332996fdca9080a1.tar.gz meta-mlinux-de5d882cecbba87ae2d40c17332996fdca9080a1.tar.bz2 meta-mlinux-de5d882cecbba87ae2d40c17332996fdca9080a1.zip |
Do not set Verizon APN
-rw-r--r-- | recipes-core/multitech/config/ppp/peers/lvw2_chat | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/multitech/config/ppp/peers/lvw2_chat b/recipes-core/multitech/config/ppp/peers/lvw2_chat index f5eb7a0..5be458e 100644 --- a/recipes-core/multitech/config/ppp/peers/lvw2_chat +++ b/recipes-core/multitech/config/ppp/peers/lvw2_chat @@ -11,9 +11,10 @@ ABORT 'BUSY' OK 'ATZ' OK 'AT+CSQ' # ---------------------------------- -# Set the APN for your provider here +# Do not set the APN for Verizon. +# It must be loaded dynamically +# from the network. # ---------------------------------- -OK 'AT+CGDCONT=3,"IPV4V6","vzwinternet"' SAY "Dialing...\n" OK 'ATD*99***3#' SAY "Waiting for CONNECT...\n" |