Skip to content
Snippets Groups Projects
Commit 8da1c429 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

ng_networking: configure as router per default

parent a967fabd
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ BOARD_BLACKLIST := arduino-mega2560 ...@@ -20,7 +20,7 @@ BOARD_BLACKLIST := arduino-mega2560
USEMODULE += ng_netif_default USEMODULE += ng_netif_default
USEMODULE += auto_init_ng_netif USEMODULE += auto_init_ng_netif
# Specify the mandatory networking modules for IPv6 and UDP # Specify the mandatory networking modules for IPv6 and UDP
USEMODULE += ng_ipv6_default USEMODULE += ng_ipv6_router_default
USEMODULE += ng_udp USEMODULE += ng_udp
# This application dumps received packets to STDIO using the pktdump module # This application dumps received packets to STDIO using the pktdump module
USEMODULE += ng_pktdump 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