From 1ef0279d99451cc6b7db1ff53902bc969c4b0755 Mon Sep 17 00:00:00 2001
From: Maxime Bizon <mbizon@freebox.fr>
Date: Thu, 16 Jan 2020 00:57:07 +0100
Subject: [PATCH 01/18] pppd: don't build features we don't need

---
 pppd/Makefile.linux | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
index 9664f70..184deb1 100644
--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
@@ -48,24 +48,24 @@ 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
+#FILTER=y
 
 # Uncomment the next line to enable multilink PPP (enabled by default)
 # Linux distributions: Please leave multilink ENABLED in your builds
 # of pppd!
-HAVE_MULTILINK=y
+#HAVE_MULTILINK=y
 
 # Uncomment the next line to enable the TDB database (enabled by default.)
 # If you enable multilink, then TDB is automatically enabled also.
 # Linux distributions: Please leave TDB ENABLED in your builds.
-USE_TDB=y
+#USE_TDB=y
 
 # Uncomment the next line to enable Type=notify services in systemd
 # If enabled, and the user sets the up_sdnotify option, then
 # pppd will not detach and will notify systemd when up.
 #SYSTEMD=y
 
-HAS_SHADOW=y
+#HAS_SHADOW=y
 #USE_PAM=y
 HAVE_INET6=y
 
-- 
2.17.1

