From ef26845544975527a0ced7381ca7a0fc8b0c8888 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 5 Sep 2017 19:52:26 -0500 Subject: Get ppp to work from boot up --- recipes-connectivity/ppp/files/default | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-connectivity/ppp/files/default (limited to 'recipes-connectivity/ppp/files/default') 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 -- cgit v1.2.3