summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/update-config.patch
diff options
context:
space:
mode:
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.patch21
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 @@
1From 4d34e0d7d790ec41b0afb731c7dc1b1ee90dd377 Mon Sep 17 00:00:00 2001
2From: Tom Rini <tom_rini@mentor.com>
3Date: Wed, 27 Jul 2011 03:46:52 +0000
4Subject: [PATCH] rp-pppoe: Port from oe.dev
5
1Set the timeout to 0 since we don't want pppoe to try reconnecting, 6Set the timeout to 0 since we don't want pppoe to try reconnecting,
2we want whatever is calling it to reconnect. Lots of odd things 7we want whatever is calling it to reconnect. Lots of odd things
3happen when you have pppoe retrying itself. 8happen when you have pppoe retrying itself.
@@ -8,11 +13,15 @@ ppp looks, so that's what we do here.
8 13
9Upstream-Status: Inappropriate [configuration] 14Upstream-Status: Inappropriate [configuration]
10 15
11Index: 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 @@ 20diff --git a/configs/pppoe.conf b/configs/pppoe.conf
21index 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