aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-05 20:18:24 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-05 20:18:24 +0000
commit2dab10ef0c42a51b5ff85199ee339766171c590c (patch)
tree6fee2f48d95ccce477411cd47294df15fd1cfc71 /package/ppp/Config.in
parenta73c5cd9ed799577aa4bf309cb0e54c775714672 (diff)
downloadupstream-2dab10ef0c42a51b5ff85199ee339766171c590c.tar.gz
upstream-2dab10ef0c42a51b5ff85199ee339766171c590c.tar.bz2
upstream-2dab10ef0c42a51b5ff85199ee339766171c590c.zip
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 d97c34220b..3ac1498024 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