From eff89c56ef0cedc7068d27d54e7d6f353663c8f1 Mon Sep 17 00:00:00 2001 From: Martine Lenders <mail@martine-lenders.eu> Date: Tue, 31 May 2016 21:40:40 +0200 Subject: [PATCH] tests: add comment about exclusion of MLD in lwIP app --- tests/lwip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 2e1c844b49..c68fb17721 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \ nucleo-f334 pca10005 stm32f0discovery weio \ yunjia-nrf51822 z1 +# including lwip_ipv6_mld would currently break this test on at86rf2xx radios USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2 USEMODULE += lwip_udp lwip_conn_udp USEMODULE += ipv6_addr -- GitLab