diff options
author | John Klug <john.klug@multitech.com> | 2017-09-05 19:52:26 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-14 17:41:52 -0500 |
commit | ef26845544975527a0ced7381ca7a0fc8b0c8888 (patch) | |
tree | b063466157c023874ac21a12acb4aece405d4ab7 /recipes-connectivity/ppp/files/default | |
parent | 380abd487551ecf881a31c78eb5ad76fce781b6d (diff) | |
download | meta-mlinux-ef26845544975527a0ced7381ca7a0fc8b0c8888.tar.gz meta-mlinux-ef26845544975527a0ced7381ca7a0fc8b0c8888.tar.bz2 meta-mlinux-ef26845544975527a0ced7381ca7a0fc8b0c8888.zip |
Get ppp to work from boot up
Diffstat (limited to 'recipes-connectivity/ppp/files/default')
-rw-r--r-- | recipes-connectivity/ppp/files/default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-connectivity/ppp/files/default b/recipes-connectivity/ppp/files/default new file mode 100644 index 0000000..6cc92df --- /dev/null +++ b/recipes-connectivity/ppp/files/default @@ -0,0 +1,8 @@ +# Check to see if the SIM is registered before using ppp. +# Need this if using a cellular connection. +CHECKREGISTRATION=1 +# Note that boot will not complete until +# ppp completes, and the PPPTIMEOUT is the +# maximum wait time for the SIM to register +# for cellular PPP. +PPPTIMEOUT=60 |