projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4205ec3
)
add pppd options patch from #2114
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Jul 2007 02:50:03 +0000
(
02:50
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Jul 2007 02:50:03 +0000
(
02:50
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8116
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/files/ppp.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/ppp.sh
b/package/ppp/files/ppp.sh
index
0d0941f
..
507f453
100644
(file)
--- a/
package/ppp/files/ppp.sh
+++ b/
package/ppp/files/ppp.sh
@@
-24,6
+24,7
@@
start_pppd() {
config_get connect "$cfg" connect
config_get disconnect "$cfg" disconnect
+ config_get pppd_options "$cfg" pppd_options
interval="${keepalive##*[, ]}"
[ "$interval" != "$keepalive" ] || interval=5
@@
-40,7
+41,8
@@
start_pppd() {
linkname "$cfg" \
ipparam "$cfg" \
${connect:+connect "$connect"} \
- ${disconnect:+disconnect "$disconnect"}
+ ${disconnect:+disconnect "$disconnect"} \
+ ${pppd_options}
lock -u "/var/lock/ppp-${cfg}"
}