mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #3634 from OlegHahm/ipv6_router_default
ng_networking: configure as router per default
This commit is contained in:
commit
9a0506f9ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user