diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-09 01:34:58 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-09 01:34:58 +0000 |
| commit | 1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d (patch) | |
| tree | 6bdff38be57925e9f2d499f8b99063ae9985f618 | |
| parent | 59dcecf63c2123ce34a12716c173cddde9bb4b8b (diff) | |
| download | upstream-1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d.tar.gz upstream-1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d.tar.bz2 upstream-1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d.zip | |
ppp: try to reconnect indefinitely (#551)
SVN-Revision: 3921
| -rw-r--r-- | openwrt/package/ppp/files/etc/ppp/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/ppp/files/etc/ppp/options b/openwrt/package/ppp/files/etc/ppp/options index 4f6f3486ef..d74de79306 100644 --- a/openwrt/package/ppp/files/etc/ppp/options +++ b/openwrt/package/ppp/files/etc/ppp/options @@ -3,3 +3,4 @@ noaccomp nopcomp nocrtscts lock +maxfail 0 |
