summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-02-12 18:33:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-02-12 18:33:00 +0000
commit5d0330daf97e2df18369ab650cc0e7b9e512b95a (patch)
treed79dd25ac608d6daba57dcc190b85816b2047e92 /openwrt
parent16e005236f033623b7ae3181ac387f07bbe04d10 (diff)
downloadmtk-20170518-5d0330daf97e2df18369ab650cc0e7b9e512b95a.zip
mtk-20170518-5d0330daf97e2df18369ab650cc0e7b9e512b95a.tar.gz
mtk-20170518-5d0330daf97e2df18369ab650cc0e7b9e512b95a.tar.bz2
disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
SVN-Revision: 3227
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/ppp/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index 1880200..0dda3cc 100644
--- a/openwrt/package/ppp/Config.in
+++ b/openwrt/package/ppp/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_PPP
config BR2_PACKAGE_PPP_WITH_FILTER
prompt "Enable filter support"
bool
- default y
+ default n
depends BR2_PACKAGE_LIBPCAP
config BR2_PACKAGE_PPP_MOD_PPPOA