disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
SVN-Revision: 3227
This commit is contained in:
parent
16e005236f
commit
5d0330daf9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue