summaryrefslogtreecommitdiffstats
path: root/package/ppp/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-05 20:18:24 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-05 20:18:24 +0000
commitba4d8ece099f23664e925dfcd1f5b3762e44dab9 (patch)
tree6fee2f48d95ccce477411cd47294df15fd1cfc71 /package/ppp/Config.in
parent2b02642832677bd2d7d089aaebedf36b897e7ac0 (diff)
Updated ppp to be compiled with PPP filtering options as it was introduced with the newest libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3147 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Config.in')
-rw-r--r--package/ppp/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in
index d97c34220..3ac149802 100644
--- a/package/ppp/Config.in
+++ b/package/ppp/Config.in
@@ -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