summaryrefslogtreecommitdiffstats
path: root/openwrt/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
commit6bb334c1e3a2df28539aaaa0bd88f4876b2fc561 (patch)
tree9a5d6c2bd1a9bd7cd2adf623aca05e4b6d3869c7 /openwrt/package/ppp/Config.in
parent7a34af038528fca2e3f99218f79161b7851ca059 (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@3401 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/Config.in')
-rw-r--r--openwrt/package/ppp/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index 0dda3cc83..21139adf7 100644
--- a/openwrt/package/ppp/Config.in
+++ b/openwrt/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"