disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 12 Feb 2006 18:33:00 +0000 (18:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 12 Feb 2006 18:33:00 +0000 (18:33 +0000)
SVN-Revision: 3227

openwrt/package/ppp/Config.in

index 8d3558bec19c10b4576bfaa501423ad7aa326dbf..7f53f058e4116b1b5bb4e232daf2a73b88d3911d 100644 (file)
@@ -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