From: nbd 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-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=aff990311b77d2522f845e3056f298aef51b55b3;p=openwrt.git disable ppp filter support by default (adds unnecessary bloat by requiring libpcap) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3227 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/Config.in b/package/ppp/Config.in index 1880200356..0dda3cc83f 100644 --- a/package/ppp/Config.in +++ b/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