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 | 202ddb72dab4863d596130067c39c34b0c93e765 (patch) | |
tree | 03ffbc1bb7af54f66370737d65c6992c02adda05 /openwrt | |
parent | f83eb8146e62722afaeaf7eb060bc7043e663f04 (diff) | |
download | mtk-20170518-202ddb72dab4863d596130067c39c34b0c93e765.zip mtk-20170518-202ddb72dab4863d596130067c39c34b0c93e765.tar.gz mtk-20170518-202ddb72dab4863d596130067c39c34b0c93e765.tar.bz2 |
ppp: try to reconnect indefinitely (#551)
SVN-Revision: 3921
Diffstat (limited to 'openwrt')
-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 |