1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

ng_networking: configure as router per default

This commit is contained in:
Oleg Hahm 2015-08-14 17:22:00 +02:00
parent a967fabde1
commit 8da1c429d3

View File

@ -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