aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-05-29 18:51:20 +0200
committerHans Dedecker <dedeckeh@gmail.com>2019-05-31 09:43:10 +0200
commit678ee30ee4c2a7d727d1b8a055faa5d274dd73ec (patch)
tree24ffef1889b7c46ca72b811ec24feffba3c77ecd /package/network/services/ppp/Makefile
parent42977978e28333f51f0bf0ab3e0949271d46b992 (diff)
downloadupstream-678ee30ee4c2a7d727d1b8a055faa5d274dd73ec.tar.gz
upstream-678ee30ee4c2a7d727d1b8a055faa5d274dd73ec.tar.bz2
upstream-678ee30ee4c2a7d727d1b8a055faa5d274dd73ec.zip
ppp: add config options to tune discovery timeout and attempts
Upstream PPP project has added in commit 8e77984 options to tune discovery timeout and attempts in the rp-pppoe plugin. Expose these options in the uci datamodel for pppoe: padi_attempts: Number of discovery attempts padi_timeout: Initial timeout for discovery packets in seconds Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r--package/network/services/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index 3b36444289..c8016dc619 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ppp
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/paulusmack/ppp