diff options
author | John Klug <john.klug@multitech.com> | 2019-08-13 10:37:13 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:33:19 -0600 |
commit | 6a40a00cd56fd1aff176ff7026716a0f87063e36 (patch) | |
tree | 141351991fd8e3b90e5fbfe256d31d9cc87d61af /recipes-core/multitech | |
parent | 355ab0406b260185cc59965612a66b37516ff56f (diff) | |
download | meta-mlinux-6a40a00cd56fd1aff176ff7026716a0f87063e36.tar.gz meta-mlinux-6a40a00cd56fd1aff176ff7026716a0f87063e36.tar.bz2 meta-mlinux-6a40a00cd56fd1aff176ff7026716a0f87063e36.zip |
Fix regression in lsp3_chat
Diffstat (limited to 'recipes-core/multitech')
-rw-r--r-- | recipes-core/multitech/config/ppp/peers/lsp3_chat | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-core/multitech/config/ppp/peers/lsp3_chat b/recipes-core/multitech/config/ppp/peers/lsp3_chat index 529a260..3fcdfc2 100644 --- a/recipes-core/multitech/config/ppp/peers/lsp3_chat +++ b/recipes-core/multitech/config/ppp/peers/lsp3_chat @@ -10,30 +10,6 @@ ABORT 'BUSY' '' 'AT' OK 'ATZ' OK 'AT+CSQ' -# ---------------------------------- -# Set the APN for your provider here -# Note that a comment starting with -# #MT AT+CGDCONT= -# will be interpretted by -# /usr/libexec/chat_wrapper -# as the intended context -# setting. Make the context number -# (after the =) match the -# dialer number context. -# If the context changes, chat_wrapper -# handles disconnecting the modem -# from the network during the update, -# which is required -# by some modem firmware. -# The chat script will be executed -# after the chat_wrapper script -# re-registers the modem. -# The context will only be set if the -# modem settings do not match the -# settings here. -# Lines starting with # MT are ignored. -# ---------------------------------- -#MT AT+CGDCONT=1,"IP","internet" OK 'AT+CGDCONT?' SAY "Dialing...\n" OK 'ATD*99***2#' |