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:
parent
25a5151dc4
commit
dda61ca78e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user