Skip to content
Snippets Groups Projects
Commit 9a0506f9 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

Merge pull request #3634 from OlegHahm/ipv6_router_default

ng_networking: configure as router per default
parents 083b3df7 8da1c429
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment