Updated ppp to be compiled with PPP filtering options as it was introduced with the...
[openwrt/svn-archive/archive.git] / openwrt / package / ppp / Config.in
index d97c34220bcf0d9f82b21f77c09162a40cea9f89..3ac149802476621aea5170be5137dd0652ee42fa 100644 (file)
@@ -6,6 +6,12 @@ config BR2_PACKAGE_PPP
        default y
        select BR2_PACKAGE_KMOD_PPP
 
+config BR2_PACKAGE_PPP_WITH_FILTER
+        prompt "Enable filter support"
+       bool
+       default y
+       depends BR2_PACKAGE_LIBPCAP
+
 config BR2_PACKAGE_PPP_MOD_PPPOA
        prompt   "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
        tristate