mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add pppd options patch from #2114
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8116 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4205ec3e01
commit
60364baa02
@ -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}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user