diff options
| -rw-r--r-- | ports/rp2/lwip_inc/lwipopts.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/rp2/lwip_inc/lwipopts.h b/ports/rp2/lwip_inc/lwipopts.h index 691b228db..5f37ecdac 100644 --- a/ports/rp2/lwip_inc/lwipopts.h +++ b/ports/rp2/lwip_inc/lwipopts.h @@ -26,7 +26,10 @@ #define LWIP_NETIF_EXT_STATUS_CALLBACK 1 #define LWIP_NETIF_STATUS_CALLBACK 1 -#define LWIP_IPV6 0 +#define LWIP_IPV4 1 +#define LWIP_IPV6 1 +#define LWIP_ND6_NUM_DESTINATIONS 4 +#define LWIP_ND6_QUEUEING 0 #define LWIP_DHCP 1 #define LWIP_DHCP_CHECK_LINK_UP 1 #define DHCP_DOES_ARP_CHECK 0 // to speed DHCP up |
