summaryrefslogtreecommitdiffstats
path: root/package/ppp/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-18 17:27:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-18 17:27:20 +0000
commitf71d418315f9efac495af5dcec0e750d195486ea (patch)
tree52813f9ebd13e23690eceb048dcb8cfb54863a17 /package/ppp/Config.in
parent805ca21a303b1dd83852cf1b5bfe95463787fccd (diff)
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 0dda3cc83..21139adf7 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"