Merge pull request #16817 from benpicco/netdev_default-fixup

examples, tests: replace gnrc_netdev_default with netdev_default
This commit is contained in:
Martine Lenders 2021-09-07 14:19:27 +02:00 committed by GitHub
commit eaeea8a4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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