summaryrefslogtreecommitdiff
path: root/package/network/services/ppp/patches/310-precompile_filter.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-15 20:55:17 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-15 20:55:17 +0000
commit941ab9a89ada8ce32d143668ae509c6741245a17 (patch)
tree61ec8e63dec95149e09e718c0e715f7bcc9d274b /package/network/services/ppp/patches/310-precompile_filter.patch
parent1599e6f6015fd97f4272182b3f6e3d67f78a30bf (diff)
downloadmtk-20170518-941ab9a89ada8ce32d143668ae509c6741245a17.zip
mtk-20170518-941ab9a89ada8ce32d143668ae509c6741245a17.tar.gz
mtk-20170518-941ab9a89ada8ce32d143668ae509c6741245a17.tar.bz2
ppp: bump to 2.4.6
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41193
Diffstat (limited to 'package/network/services/ppp/patches/310-precompile_filter.patch')
-rw-r--r--package/network/services/ppp/patches/310-precompile_filter.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/ppp/patches/310-precompile_filter.patch b/package/network/services/ppp/patches/310-precompile_filter.patch
index 87b9687..7b62a9f 100644
--- a/package/network/services/ppp/patches/310-precompile_filter.patch
+++ b/package/network/services/ppp/patches/310-precompile_filter.patch
@@ -23,7 +23,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
# Uncomment the next line to enable multilink PPP (enabled by default)
# Linux distributions: Please leave multilink ENABLED in your builds
# of pppd!
-@@ -175,6 +178,14 @@ CFLAGS += -DPPP_FILTER -I$(STAGING_DIR)
+@@ -183,6 +186,14 @@ CFLAGS += -DPPP_FILTER -I$(STAGING_DIR)
endif
endif
@@ -48,7 +48,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
/*
* There have been 3 or 4 different names for this in libpcap CVS, but
* this seems to be what they have settled on...
-@@ -162,6 +163,13 @@ static int setlogfile __P((char **));
+@@ -165,6 +166,13 @@ static int setlogfile __P((char **));
static int loadplugin __P((char **));
#endif
@@ -62,7 +62,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
#ifdef PPP_FILTER
static int setpassfilter __P((char **));
static int setactivefilter __P((char **));
-@@ -326,6 +334,14 @@ option_t general_options[] = {
+@@ -344,6 +352,14 @@ option_t general_options[] = {
"set filter for active pkts", OPT_PRIO },
#endif
@@ -77,7 +77,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
#ifdef MAXOCTETS
{ "maxoctets", o_int, &maxoctets,
"Set connection traffic limit",
-@@ -1472,6 +1488,29 @@ callfile(argv)
+@@ -1488,6 +1504,29 @@ callfile(argv)
return ok;
}