fix(eppp): Fixed to select PPP LWIP opts which are OFF by default
This commit is contained in:
parent
d786f0db88
commit
16be2f963b
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
menu "eppp_link"
|
||||
|
||||
config EPPP_LINK_USES_LWIP
|
||||
bool
|
||||
default "y"
|
||||
select LWIP_PPP_SUPPORT
|
||||
select LWIP_PPP_SERVER_SUPPORT
|
||||
|
||||
choice EPPP_LINK_DEVICE
|
||||
prompt "Choose PPP device"
|
||||
default EPPP_LINK_DEVICE_UART
|
||||
|
|
|
|||
Loading…
Reference in a new issue