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 188020035669dde6c210023736a00ff383504812..0dda3cc83f61e2c210a1759a0d13ac60af1fb405 100644 (file)
@@ -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