From efbf3bf502fc12c054be81efb7e9a105a6da7322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Mon, 17 Aug 2015 12:39:00 +0200 Subject: [PATCH] gnrc_networking: add ng_rpl to example --- examples/gnrc_networking/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index 2fe200cd7cade..f213b8d1549c1 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -22,11 +22,12 @@ USEMODULE += auto_init_ng_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += ng_ipv6_router_default USEMODULE += ng_udp +# Add a routing protocol +USEMODULE += ng_rpl # This application dumps received packets to STDIO using the pktdump module USEMODULE += ng_pktdump # Additional networking modules that can be dropped if not needed USEMODULE += ng_icmpv6_echo -USEMODULE += fib # Add also the shell, some shell commands (which are based on uart0 in this app) USEMODULE += uart0 USEMODULE += shell