disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
[openwrt/svn-archive/archive.git] / 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