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

dependencies: Replace deprecated module

This commit is contained in:
chrysn 2022-09-19 14:46:58 +02:00
parent 25a5151dc4
commit dda61ca78e
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../RIOT
USEMODULE += gnrc_netdev_default
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
# Specify the mandatory networking modules
USEMODULE += gnrc_ipv6_default

View File

@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../RIOT
# Define modules that are used
USEMODULE += fmt
USEMODULE += gnrc
USEMODULE += gnrc_netdev_default
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += shell
USEMODULE += shell_commands

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../RIOT
# Define modules that are used
USEMODULE += gnrc
USEMODULE += gnrc_netdev_default
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += xtimer
USEMODULE += ztimer64_xtimer_compat