From 5d0330daf97e2df18369ab650cc0e7b9e512b95a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 12 Feb 2006 18:33:00 +0000
Subject: [PATCH] disable ppp filter support by default (adds unnecessary bloat
 by requiring libpcap)

SVN-Revision: 3227
---
 openwrt/package/ppp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index 1880200356..0dda3cc83f 100644
--- a/openwrt/package/ppp/Config.in
+++ b/openwrt/package/ppp/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_PPP
 config BR2_PACKAGE_PPP_WITH_FILTER
         prompt "Enable filter support"
 	bool
-	default y
+	default n
 	depends BR2_PACKAGE_LIBPCAP
 
 config BR2_PACKAGE_PPP_MOD_PPPOA
-- 
2.30.2