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 /openwrt/package | |
parent | 59dcecf63c2123ce34a12716c173cddde9bb4b8b (diff) | |
download | mtk-20170518-1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d.zip mtk-20170518-1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d.tar.gz mtk-20170518-1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d.tar.bz2 |
ppp: try to reconnect indefinitely (#551)
SVN-Revision: 3921
Diffstat (limited to 'openwrt/package')
-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 4f6f348..d74de79 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 |