openwrtv4/package
Jo-Philipp Wich 555c592304 ppp: remove hardcoded lcp-echo-failure, lcp-echo-interval values
OpenWrt used to ship hardcoded defaults for lcp-echo-failure and
lcp-echo-interval in the non-uci /etc/ppp/options file.

These values break uci support for *disabling* LCP echos through
the use of "option keepalive 0" as either omitting the keepalive
option or setting it to 0 will result in no lcp-echo-* flags
getting passed to the pppd cmdline, causing the pppd process to
revert to the defaults in /etc/ppp/options.

Address this issue by letting the uci "keepalive" option default
to the former hardcoded values "5, 1" and by removing the fixed
lcp-echo-failure and lcp-echo-interval settings from the
/etc/ppp/options files.

Ref: https://github.com/openwrt/luci/issues/2112
Ref: https://dev.archive.openwrt.org/ticket/2373.html
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=854
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=1259
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-30 15:19:45 +02:00
..
base-files base-files: provide more tolerant xterm detection 2018-08-29 08:33:54 +02:00
boot imx6: Initial support for SolidRun CuBox-i devices based on i.MX6 processors (i1, i2, i2eX, and i4Pro). 2018-08-25 15:40:23 +02:00
devel strace: update strace to version 4.24 2018-08-28 11:26:53 +02:00
firmware linux-firmware: realtek: Add FW for rtl8192eu, rtl8723au and rtl8723bu 2018-08-27 18:13:33 +02:00
kernel ath10k-ct: bump to git HEAD 2018-08-26 18:40:46 +03:00
libs nghttp2: bump to 1.32.1 2018-08-27 10:11:10 +02:00
network ppp: remove hardcoded lcp-echo-failure, lcp-echo-interval values 2018-08-30 15:19:45 +02:00
system rpcd: update to latest git HEAD 2018-08-16 09:43:11 +02:00
utils ugps: Update to fix position calculation 2018-08-29 08:31:10 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00