1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 14:21:51 +02:00

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
This commit is contained in:
nbd 2006-02-12 18:33:00 +00:00
parent 29c1e23114
commit 02da546af1

View File

@ -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