diff options
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch')
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch index 42a3bc62c8..c759e09aa0 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 4d34e0d7d790ec41b0afb731c7dc1b1ee90dd377 Mon Sep 17 00:00:00 2001 | ||
2 | From: Tom Rini <tom_rini@mentor.com> | ||
3 | Date: Wed, 27 Jul 2011 03:46:52 +0000 | ||
4 | Subject: [PATCH] rp-pppoe: Port from oe.dev | ||
5 | |||
1 | Set the timeout to 0 since we don't want pppoe to try reconnecting, | 6 | Set the timeout to 0 since we don't want pppoe to try reconnecting, |
2 | we want whatever is calling it to reconnect. Lots of odd things | 7 | we want whatever is calling it to reconnect. Lots of odd things |
3 | happen when you have pppoe retrying itself. | 8 | happen when you have pppoe retrying itself. |
@@ -8,11 +13,15 @@ ppp looks, so that's what we do here. | |||
8 | 13 | ||
9 | Upstream-Status: Inappropriate [configuration] | 14 | Upstream-Status: Inappropriate [configuration] |
10 | 15 | ||
11 | Index: rp-pppoe-3.8/configs/pppoe.conf | 16 | --- |
12 | =================================================================== | 17 | configs/pppoe.conf | 4 ++-- |
13 | --- rp-pppoe-3.8.orig/configs/pppoe.conf 2006-04-03 00:29:41.000000000 +1000 | 18 | 1 file changed, 2 insertions(+), 2 deletions(-) |
14 | +++ rp-pppoe-3.8/configs/pppoe.conf 2007-06-08 16:02:47.000000000 +1000 | 19 | |
15 | @@ -66,7 +66,7 @@ | 20 | diff --git a/configs/pppoe.conf b/configs/pppoe.conf |
21 | index c222b2f..65618a5 100644 | ||
22 | --- a/configs/pppoe.conf | ||
23 | +++ b/configs/pppoe.conf | ||
24 | @@ -66,7 +66,7 @@ DEFAULTROUTE=yes | ||
16 | # to connect forever after pppoe-start is called. Otherwise, it will | 25 | # to connect forever after pppoe-start is called. Otherwise, it will |
17 | # give out after CONNECT_TIMEOUT seconds and will not attempt to | 26 | # give out after CONNECT_TIMEOUT seconds and will not attempt to |
18 | # connect again, making it impossible to reach. | 27 | # connect again, making it impossible to reach. |
@@ -21,7 +30,7 @@ Index: rp-pppoe-3.8/configs/pppoe.conf | |||
21 | 30 | ||
22 | # How often in seconds pppoe-start polls to check if link is up | 31 | # How often in seconds pppoe-start polls to check if link is up |
23 | CONNECT_POLL=2 | 32 | CONNECT_POLL=2 |
24 | @@ -115,7 +115,7 @@ | 33 | @@ -115,7 +115,7 @@ PPPOE_TIMEOUT=80 |
25 | FIREWALL=NONE | 34 | FIREWALL=NONE |
26 | 35 | ||
27 | # Linux kernel-mode plugin for pppd. If you want to try the kernel-mode | 36 | # Linux kernel-mode plugin for pppd. If you want to try the kernel-mode |