diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-09 01:34:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-09 01:34:58 +0000 |
commit | 0eec07358e8544c7213e29a6942a731b82ebe717 (patch) | |
tree | a2221f8acc0925b884c41d745f80b7d69f9c80bf /package/ppp | |
parent | 025ec94ae3cef5bd66817736cf03585d899a9ade (diff) |
ppp: try to reconnect indefinitely (#551)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3921 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/files/etc/ppp/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/files/etc/ppp/options b/package/ppp/files/etc/ppp/options index 4f6f3486e..d74de7930 100644 --- a/package/ppp/files/etc/ppp/options +++ b/package/ppp/files/etc/ppp/options @@ -3,3 +3,4 @@ noaccomp nopcomp nocrtscts lock +maxfail 0 |