aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/610-pppd_compile_fix.patch
blob: 474f11832ae4e111677f6e125c32c1b0a8408dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
@@ -48,7 +48,8 @@ MPPE=y
 # Uncomment the next line to include support for PPP packet filtering.
 # This requires that the libpcap library and headers be installed
 # and that the kernel driver support PPP packet filtering.
-#FILTER=y
+# libpcap statically linked in OpenWRT, hence disabled here.
+FILTER=
 
 # Support for precompiled filters
 PRECOMPILED_FILTER=y