636621d1c5
Adding testing facilities for pppos-client including esp-modem component and PPP client in lwip. Testing is provided with PPP server running on rpi.
6 lines
203 B
Text
6 lines
203 B
Text
# Override some defaults to enable PPP
|
|
CONFIG_LWIP_PPP_SUPPORT=y
|
|
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
|
|
CONFIG_LWIP_PPP_PAP_SUPPORT=y
|
|
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
|
|
CONFIG_LWIP_PPP_ENABLE_IPV6=y
|