aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-18 17:27:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-18 17:27:20 +0000
commit5359dd8c8a0ad7c6c3ea7f0211b26b378263965f (patch)
tree52813f9ebd13e23690eceb048dcb8cfb54863a17 /package/ppp/Config.in
parenta10c122fe2cdd175541eb14cebe58d599b5c7dce (diff)
downloadmaster-187ad058-5359dd8c8a0ad7c6c3ea7f0211b26b378263965f.tar.gz
master-187ad058-5359dd8c8a0ad7c6c3ea7f0211b26b378263965f.tar.bz2
master-187ad058-5359dd8c8a0ad7c6c3ea7f0211b26b378263965f.zip
precompile ppp active filter (reduces libpcap overhead to only a few k), enable by default to support proper demand dialling, fixes #307
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3401 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Config.in')
-rw-r--r--package/ppp/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in
index 0dda3cc83f..21139adf77 100644
--- a/package/ppp/Config.in
+++ b/package/ppp/Config.in
@@ -8,10 +8,9 @@ config BR2_PACKAGE_PPP
select BR2_PACKAGE_KMOD_PPP
config BR2_PACKAGE_PPP_WITH_FILTER
- prompt "Enable filter support"
+ prompt "Enable filter support"
bool
- default n
- depends BR2_PACKAGE_LIBPCAP
+ default y
config BR2_PACKAGE_PPP_MOD_PPPOA
prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"