ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / package / network / services / ppp / patches / 610-pppd_compile_fix.patch
1 --- a/pppd/Makefile.linux
2 +++ b/pppd/Makefile.linux
3 @@ -49,7 +49,8 @@ MPPE=y
4 # Uncomment the next line to include support for PPP packet filtering.
5 # This requires that the libpcap library and headers be installed
6 # and that the kernel driver support PPP packet filtering.
7 -#FILTER=y
8 +# libpcap statically linked in OpenWRT, hence disabled here.
9 +FILTER=
10
11 # Support for precompiled filters
12 PRECOMPILED_FILTER=y