summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-12 18:33:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-12 18:33:00 +0000
commit02da546af1251ac005e713d3645d1b59bd44c612 (patch)
tree5b96cbd4d12b2b763293e2261d353c6c9274d532 /openwrt/package
parent29c1e23114477a83fd45531f876946220d398366 (diff)
disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 188020035..0dda3cc83 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