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

examples, tests: replace gnrc_netdev_default with netdev_default

Those were merged in the meantime, update the Makefiles as well.
This commit is contained in:
Benjamin Valentin 2021-09-06 21:06:29 +02:00
parent f79207e217
commit ae2fde4edb
3 changed files with 2 additions and 4 deletions

View File

@ -12,14 +12,13 @@ LWIP ?= 0
# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
USEMODULE += netdev_default
ifeq (0,$(LWIP))
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_default
USEMODULE += gnrc_netdev_default
else
USEMODULE += lwip_ipv6
USEMODULE += lwip_netdev
USEMODULE += netdev_default
endif
# Add also the shell, some shell commands

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
# Include packages that pull up and auto-init the link layer.
USEMODULE += gnrc_netdev_default
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
# Activate ICMPv6 error messages
USEMODULE += gnrc_icmpv6_error

View File

@ -7,7 +7,6 @@ USEMODULE += shell_commands
USEMODULE += ps
# Include GNRC and RPL
USEMODULE += gnrc_netdev_default
USEMODULE += gnrc_netif_single
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_router_default