diff --git a/examples/ng_networking/Makefile b/examples/ng_networking/Makefile index a8df3f24b0bfd322d0e7f961a510697e3d6c2421..4aa50869498317c335e48a41fb08c39fd94f2d86 100644 --- a/examples/ng_networking/Makefile +++ b/examples/ng_networking/Makefile @@ -20,7 +20,7 @@ BOARD_BLACKLIST := arduino-mega2560 USEMODULE += ng_netif_default USEMODULE += auto_init_ng_netif # Specify the mandatory networking modules for IPv6 and UDP -USEMODULE += ng_ipv6_default +USEMODULE += ng_ipv6_router_default USEMODULE += ng_udp # This application dumps received packets to STDIO using the pktdump module USEMODULE += ng_pktdump