1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3566 from OlegHahm/networking_example_fib

examples: added fib to ng_networking
This commit is contained in:
Hauke Petersen 2015-08-05 18:27:20 +02:00
commit 044d3c704e

View File

@ -26,6 +26,7 @@ USEMODULE += ng_udp
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