From: Felix Fietkau Date: Sun, 12 Feb 2006 18:33:00 +0000 (+0000) Subject: disable ppp filter support by default (adds unnecessary bloat by requiring libpcap) X-Git-Tag: whiterussian_rc5~127 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1cab34338ff29e906d7d9486109c4a9fbc4eb856;p=openwrt%2Fsvn-archive%2Fopenwrt.git disable ppp filter support by default (adds unnecessary bloat by requiring libpcap) SVN-Revision: 3227 --- diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 8d3558bec1..7f53f058e4 100644 --- a/openwrt/package/ppp/Config.in +++ b/openwrt/package/ppp/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_PPP config BR2_PACKAGE_PPP_WITH_FILTER bool "Enable filter support" - default y + default n depends BR2_PACKAGE_LIBPCAP config BR2_PACKAGE_PPP_MOD_PPPOE