lwip: enable ICMP support

This switches on the LwIP opts flag for handling ICMP packets (as far as
supported).

Issue #2732
This commit is contained in:
Martin Stein 2018-03-26 13:54:04 +02:00 committed by Christian Helmuth
parent 009330ab4c
commit 9c73326bbb
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define LWIP_RAW 0 /* LwIP raw API */
#define LWIP_UDP 1 /* UDP support */
#define LWIP_TCP 1 /* TCP support */
#define LWIP_ICMP 1 /* ICMP support */
#define LWIP_DNS 1 /* DNS support */
#define LWIP_DHCP 1 /* DHCP support */
#define LWIP_SOCKET 1 /* LwIP socket API */