diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-03-18 17:27:20 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-18 17:27:20 +0000 |
| commit | d5689558090618b21a8ee5c514a9dcf33a265c8d (patch) | |
| tree | d33e4febaf074b43f1ee564b4fe4480dde9cf700 /openwrt/package/ppp/Config.in | |
| parent | e7125b2ef00b07aa97f11f835c108c8942907cfd (diff) | |
| download | mtk-20170518-d5689558090618b21a8ee5c514a9dcf33a265c8d.zip mtk-20170518-d5689558090618b21a8ee5c514a9dcf33a265c8d.tar.gz mtk-20170518-d5689558090618b21a8ee5c514a9dcf33a265c8d.tar.bz2 | |
precompile ppp active filter (reduces libpcap overhead to only a few k), enable by default to support proper demand dialling, fixes #307
SVN-Revision: 3401
Diffstat (limited to 'openwrt/package/ppp/Config.in')
| -rw-r--r-- | openwrt/package/ppp/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 0dda3cc..21139ad 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" |
