diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-12 18:33:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-12 18:33:00 +0000 |
commit | c80b2d46af8f42956f112392265587957825d67c (patch) | |
tree | 1baf613e7abb6b1a8b3fa4151fc981b0cb52ab50 /package/ppp | |
parent | 7de9266761ec67170eeb0dc56f30b1c92d8f6640 (diff) | |
download | upstream-c80b2d46af8f42956f112392265587957825d67c.tar.gz upstream-c80b2d46af8f42956f112392265587957825d67c.tar.bz2 upstream-c80b2d46af8f42956f112392265587957825d67c.zip |
disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in index 1880200356..0dda3cc83f 100644 --- a/package/ppp/Config.in +++ b/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 |