From 9a6fc85b162de6ad60519f11c554a0f486771ed7 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 31 Aug 2021 10:54:48 +0200 Subject: [PATCH] treewide: replace gnrc_netdev_default with netdev_default --- cpu/native/README.md | 2 +- examples/asymcute_mqttsn/Makefile | 2 +- examples/ccn-lite-relay/Makefile | 2 +- examples/cord_ep/Makefile | 2 +- examples/cord_epsim/Makefile | 2 +- examples/cord_lc/Makefile | 2 +- examples/default/Makefile | 2 +- examples/dtls-echo/Makefile | 2 +- examples/dtls-sock/Makefile | 2 +- examples/dtls-wolfssl/Makefile | 2 +- examples/emcute_mqttsn/Makefile | 2 +- examples/gcoap/Makefile | 2 +- examples/gcoap/Makefile.slip | 2 +- examples/gcoap_dtls/Makefile | 2 +- examples/gnrc_border_router/Makefile | 2 +- examples/gnrc_lorawan/Makefile | 2 +- examples/gnrc_minimal/Makefile | 2 +- examples/gnrc_networking/Makefile | 2 +- examples/gnrc_networking_mac/Makefile | 2 +- examples/nanocoap_server/Makefile | 2 +- examples/ndn-ping/Makefile | 2 +- examples/posix_select/Makefile | 2 +- examples/posix_sockets/Makefile | 2 +- examples/suit_update/Makefile | 2 +- examples/suit_update/Makefile.board.dep | 2 +- examples/suit_update/README.hardware.md | 2 +- examples/wakaama/Makefile | 2 +- sys/include/net/gnrc.h | 2 +- tests/driver_kw2xrf/Makefile | 2 +- tests/driver_netdev_common/Makefile | 2 +- tests/driver_nrfmin/Makefile | 2 +- tests/gnrc_dhcpv6_client_6lbr/Makefile | 2 +- tests/gnrc_gomach/Makefile | 2 +- tests/gnrc_lwmac/Makefile | 2 +- tests/gnrc_udp/Makefile | 2 +- tests/nanocoap_cli/Makefile | 2 +- tests/netstats_l2/Makefile | 2 +- tests/netstats_neighbor/Makefile | 2 +- tests/nimble_autoconn_ccnl/Makefile | 2 +- tests/nimble_autoconn_gnrc/Makefile | 2 +- tests/nimble_statconn_gnrc/Makefile | 2 +- tests/pkg_edhoc_c/Makefile | 2 +- tests/pkg_microcoap/Makefile | 2 +- tests/pkg_tinydtls_sock_async/Makefile | 2 +- tests/riotboot_flashwrite/Makefile | 2 +- tests/sntp/Makefile | 2 +- tests/sock_udp_aux/Makefile | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/cpu/native/README.md b/cpu/native/README.md index 90dfa765bd..6713c5d24e 100644 --- a/cpu/native/README.md +++ b/cpu/native/README.md @@ -40,7 +40,7 @@ module, you need to specify a network interface like this: make term PORT=tap0 **Please note:** in case you're using RIOT's default network stack, the GNRC -stack, you may also use `gnrc_netdev_default` module and also add +stack, you may also use `netdev_default` module and also add `auto_init_gnrc_netif` in order to automatically initialize the interface. diff --git a/examples/asymcute_mqttsn/Makefile b/examples/asymcute_mqttsn/Makefile index 39c14ec26f..03501a92f7 100644 --- a/examples/asymcute_mqttsn/Makefile +++ b/examples/asymcute_mqttsn/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/ccn-lite-relay/Makefile b/examples/ccn-lite-relay/Makefile index 1cdffef033..79cd11c005 100644 --- a/examples/ccn-lite-relay/Makefile +++ b/examples/ccn-lite-relay/Makefile @@ -30,7 +30,7 @@ USEMODULE += shell USEMODULE += shell_commands # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # This application dumps received packets to STDIO using the pktdump module USEMODULE += gnrc_pktdump diff --git a/examples/cord_ep/Makefile b/examples/cord_ep/Makefile index 23dcead456..19cea30150 100644 --- a/examples/cord_ep/Makefile +++ b/examples/cord_ep/Makefile @@ -7,7 +7,7 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_default USEMODULE += gnrc_icmpv6_echo diff --git a/examples/cord_epsim/Makefile b/examples/cord_epsim/Makefile index fd10031f09..1efba67ef3 100644 --- a/examples/cord_epsim/Makefile +++ b/examples/cord_epsim/Makefile @@ -8,7 +8,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. # Enable GNRC networking -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_default diff --git a/examples/cord_lc/Makefile b/examples/cord_lc/Makefile index d273c20f87..26ce10729b 100644 --- a/examples/cord_lc/Makefile +++ b/examples/cord_lc/Makefile @@ -7,7 +7,7 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_default USEMODULE += gnrc_icmpv6_echo diff --git a/examples/default/Makefile b/examples/default/Makefile index 66840a715d..467c36f3f8 100644 --- a/examples/default/Makefile +++ b/examples/default/Makefile @@ -40,7 +40,7 @@ ifneq (,$(filter $(BOARD),$(BOARD_PROVIDES_NETIF))) # gnrc is a meta module including all required, basic gnrc networking modules USEMODULE += gnrc # use the default network interface for the board - USEMODULE += gnrc_netdev_default + USEMODULE += netdev_default # automatically initialize the network interface USEMODULE += auto_init_gnrc_netif # shell command to send L2 packets with a simple string diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index 476f26e9b1..87053dad83 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/dtls-sock/Makefile b/examples/dtls-sock/Makefile index 40d657a5d8..fa10cb2358 100644 --- a/examples/dtls-sock/Makefile +++ b/examples/dtls-sock/Makefile @@ -12,7 +12,7 @@ FEATURES_REQUIRED += arch_32bit # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/dtls-wolfssl/Makefile b/examples/dtls-wolfssl/Makefile index e9ff184f20..3d1068aa2f 100644 --- a/examples/dtls-wolfssl/Makefile +++ b/examples/dtls-wolfssl/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile index 11d2690138..3c317b8537 100644 --- a/examples/emcute_mqttsn/Makefile +++ b/examples/emcute_mqttsn/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 USEMODULE += gnrc_ipv6_default diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index 6fe8594a3f..d836b599a8 100644 --- a/examples/gcoap/Makefile +++ b/examples/gcoap/Makefile @@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules USEMODULE += gnrc_ipv6_default diff --git a/examples/gcoap/Makefile.slip b/examples/gcoap/Makefile.slip index cbe25e8bd8..aab6cda8f3 100644 --- a/examples/gcoap/Makefile.slip +++ b/examples/gcoap/Makefile.slip @@ -33,7 +33,7 @@ CFLAGS += -DSLIPDEV_PARAM_BAUDRATE=$(SLIP_BAUDRATE) # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules USEMODULE += gcoap diff --git a/examples/gcoap_dtls/Makefile b/examples/gcoap_dtls/Makefile index bd7e6f7cfe..3a44fd1f24 100644 --- a/examples/gcoap_dtls/Makefile +++ b/examples/gcoap_dtls/Makefile @@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules USEMODULE += gnrc_ipv6_default diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 9eb17a525d..3f6f6e1c1e 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -21,7 +21,7 @@ WIFI_PASS ?= "Your_secure_password" # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for 6LoWPAN border router USEMODULE += gnrc_sixlowpan_border_router_default diff --git a/examples/gnrc_lorawan/Makefile b/examples/gnrc_lorawan/Makefile index b3dd1762ba..ba91058a15 100644 --- a/examples/gnrc_lorawan/Makefile +++ b/examples/gnrc_lorawan/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= ../../ # Include board's default network devices and auto-initialization of GNRC # interfaces -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Add support for GNRC LoRaWAN diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile index ab54259a3f..f098c3fe7e 100644 --- a/examples/gnrc_minimal/Makefile +++ b/examples/gnrc_minimal/Makefile @@ -14,7 +14,7 @@ DEVELHELP ?= 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 += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Enable single interface optimization. # Remove this if more than one interface is present diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index a59b776599..f52d8cb532 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Activate ICMPv6 error messages USEMODULE += gnrc_icmpv6_error diff --git a/examples/gnrc_networking_mac/Makefile b/examples/gnrc_networking_mac/Makefile index 2e1bed4b04..366fd9cda3 100644 --- a/examples/gnrc_networking_mac/Makefile +++ b/examples/gnrc_networking_mac/Makefile @@ -17,7 +17,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_router_default diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index 98513477ee..e09f05d618 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/ndn-ping/Makefile b/examples/ndn-ping/Makefile index 448f85eadc..278dfebf43 100644 --- a/examples/ndn-ping/Makefile +++ b/examples/ndn-ping/Makefile @@ -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 USEMODULE += random USEMODULE += shell diff --git a/examples/posix_select/Makefile b/examples/posix_select/Makefile index 1d8ba60379..3be13efb15 100644 --- a/examples/posix_select/Makefile +++ b/examples/posix_select/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for socket communication via UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile index 9188a0f96a..92ccca172c 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for socket communication via UDP USEMODULE += gnrc_ipv6_default diff --git a/examples/suit_update/Makefile b/examples/suit_update/Makefile index ac0d3c8bae..86166a736d 100644 --- a/examples/suit_update/Makefile +++ b/examples/suit_update/Makefile @@ -14,7 +14,7 @@ RIOTBASE ?= $(CURDIR)/../.. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present # uncomment this to compile in support for a possibly available radio -#USEMODULE += gnrc_netdev_default +#USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP diff --git a/examples/suit_update/Makefile.board.dep b/examples/suit_update/Makefile.board.dep index cb109236cb..032ebfd415 100644 --- a/examples/suit_update/Makefile.board.dep +++ b/examples/suit_update/Makefile.board.dep @@ -1,6 +1,6 @@ ifeq ($(BOARD),native) USEMODULE += suit_storage_ram - USEMODULE += gnrc_netdev_default + USEMODULE += netdev_default else USEMODULE += suit_storage_flashwrite endif diff --git a/examples/suit_update/README.hardware.md b/examples/suit_update/README.hardware.md index f3ada5be5c..ed59f11f97 100644 --- a/examples/suit_update/README.hardware.md +++ b/examples/suit_update/README.hardware.md @@ -103,7 +103,7 @@ interface: #### Provision the wireless device [setup-wireless-provision]: #Provision-the-wireless-device -First un-comment L28 in the application [Makefile](Makefile) so `gnrc_netdev_default` +First un-comment L28 in the application [Makefile](Makefile) so `netdev_default` is included in the build. In this scenario the node will be connected through a border router. Ethos must be disabled in the firmware when building and flashing the firmware: diff --git a/examples/wakaama/Makefile b/examples/wakaama/Makefile index 2d125231bc..5a3f3fd38b 100644 --- a/examples/wakaama/Makefile +++ b/examples/wakaama/Makefile @@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../.. # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules USEMODULE += gnrc_ipv6_router_default diff --git a/sys/include/net/gnrc.h b/sys/include/net/gnrc.h index 6bdbe8bfd7..313ba11a01 100644 --- a/sys/include/net/gnrc.h +++ b/sys/include/net/gnrc.h @@ -216,7 +216,7 @@ * * - To include the default network device(s) on your board: * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk} - * USEMODULE += gnrc_netdev_default + * USEMODULE += netdev_default * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * - To auto-initialize these network devices as GNRC network interfaces diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index b0fa0e447e..5ccb10d159 100644 --- a/tests/driver_kw2xrf/Makefile +++ b/tests/driver_kw2xrf/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common USEMODULE += auto_init_gnrc_netif -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += fmt USEMODULE += shell USEMODULE += shell_commands diff --git a/tests/driver_netdev_common/Makefile b/tests/driver_netdev_common/Makefile index 4f8832f71b..7f543a461b 100644 --- a/tests/driver_netdev_common/Makefile +++ b/tests/driver_netdev_common/Makefile @@ -1,4 +1,4 @@ # use the default network interface for the board -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default include Makefile.netdev.mk diff --git a/tests/driver_nrfmin/Makefile b/tests/driver_nrfmin/Makefile index c6e5d5eeda..5f0fdbb256 100644 --- a/tests/driver_nrfmin/Makefile +++ b/tests/driver_nrfmin/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common # include nrfmin, the main purpose of this test USEMODULE += nrfmin # use a minimal GNRC configuration -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6 USEMODULE += gnrc_icmpv6_echo diff --git a/tests/gnrc_dhcpv6_client_6lbr/Makefile b/tests/gnrc_dhcpv6_client_6lbr/Makefile index 35e485745d..8cf98b71d9 100644 --- a/tests/gnrc_dhcpv6_client_6lbr/Makefile +++ b/tests/gnrc_dhcpv6_client_6lbr/Makefile @@ -6,7 +6,7 @@ export TAP ?= tap0 USEMODULE += auto_init_gnrc_netif USEMODULE += dhcpv6_client_mud_url USEMODULE += gnrc_dhcpv6_client_6lbr -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += gnrc_pktdump USEMODULE += gnrc_sixlowpan_border_router_default USEMODULE += ps diff --git a/tests/gnrc_gomach/Makefile b/tests/gnrc_gomach/Makefile index 16dba400c1..be72e4c496 100644 --- a/tests/gnrc_gomach/Makefile +++ b/tests/gnrc_gomach/Makefile @@ -18,7 +18,7 @@ USEMODULE += saul_default # gnrc is a meta module including all required, basic gnrc networking modules USEMODULE += gnrc # use the default network interface for the board -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default # automatically initialize the network interface USEMODULE += auto_init_gnrc_netif # shell command to send L2 packets with a simple string diff --git a/tests/gnrc_lwmac/Makefile b/tests/gnrc_lwmac/Makefile index 83a7450f0f..511bbd971f 100644 --- a/tests/gnrc_lwmac/Makefile +++ b/tests/gnrc_lwmac/Makefile @@ -15,7 +15,7 @@ USEMODULE += ps # gnrc is a meta module including all required, basic gnrc networking modules USEMODULE += gnrc # use the default network interface for the board -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default # automatically initialize the network interface USEMODULE += auto_init_gnrc_netif # shell command to send L2 packets with a simple string diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile index c87d32b02a..7d68b498a7 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_router_default USEMODULE += gnrc_ipv6_ext_frag diff --git a/tests/nanocoap_cli/Makefile b/tests/nanocoap_cli/Makefile index 8923a4ad25..2393540fbe 100644 --- a/tests/nanocoap_cli/Makefile +++ b/tests/nanocoap_cli/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules USEMODULE += gnrc_ipv6_default diff --git a/tests/netstats_l2/Makefile b/tests/netstats_l2/Makefile index eeedabdb98..fad684c782 100644 --- a/tests/netstats_l2/Makefile +++ b/tests/netstats_l2/Makefile @@ -6,7 +6,7 @@ BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF) USEMODULE += shell USEMODULE += shell_commands USEMODULE += gnrc -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += netstats_l2 diff --git a/tests/netstats_neighbor/Makefile b/tests/netstats_neighbor/Makefile index 8b194abefc..9d9283b779 100644 --- a/tests/netstats_neighbor/Makefile +++ b/tests/netstats_neighbor/Makefile @@ -1,4 +1,4 @@ -USEMODULE = gnrc_netdev_default +USEMODULE = netdev_default USEMODULE += netstats_neighbor_etx USEMODULE += netstats_neighbor_count diff --git a/tests/nimble_autoconn_ccnl/Makefile b/tests/nimble_autoconn_ccnl/Makefile index 359a6adda3..fe77690938 100644 --- a/tests/nimble_autoconn_ccnl/Makefile +++ b/tests/nimble_autoconn_ccnl/Makefile @@ -7,7 +7,7 @@ USEMODULE += shell_commands USEMODULE += ps # Include GNRC and RPL -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Setup CCN-lite diff --git a/tests/nimble_autoconn_gnrc/Makefile b/tests/nimble_autoconn_gnrc/Makefile index 4e189a0544..cc160c61b5 100644 --- a/tests/nimble_autoconn_gnrc/Makefile +++ b/tests/nimble_autoconn_gnrc/Makefile @@ -7,7 +7,7 @@ USEMODULE += shell_commands USEMODULE += ps # Include GNRC and RPL -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_router_default USEMODULE += gnrc_icmpv6_echo diff --git a/tests/nimble_statconn_gnrc/Makefile b/tests/nimble_statconn_gnrc/Makefile index e26a88f540..24701ffd6e 100644 --- a/tests/nimble_statconn_gnrc/Makefile +++ b/tests/nimble_statconn_gnrc/Makefile @@ -7,7 +7,7 @@ USEMODULE += shell_commands USEMODULE += ps # Include GNRC and RPL -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_router_default USEMODULE += auto_init_gnrc_rpl diff --git a/tests/pkg_edhoc_c/Makefile b/tests/pkg_edhoc_c/Makefile index 2cfb8a9d10..657147abe8 100644 --- a/tests/pkg_edhoc_c/Makefile +++ b/tests/pkg_edhoc_c/Makefile @@ -14,7 +14,7 @@ USEMODULE += edhoc-c_cbor_nanocbor # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index e216ed38e7..a82713e833 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 USEMODULE += gnrc_ipv6_default diff --git a/tests/pkg_tinydtls_sock_async/Makefile b/tests/pkg_tinydtls_sock_async/Makefile index 0a8e161f68..b9af1110f5 100644 --- a/tests/pkg_tinydtls_sock_async/Makefile +++ b/tests/pkg_tinydtls_sock_async/Makefile @@ -5,7 +5,7 @@ FEATURES_REQUIRED += arch_32bit # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules for IPv6 and UDP USEMODULE += gnrc_ipv6_default diff --git a/tests/riotboot_flashwrite/Makefile b/tests/riotboot_flashwrite/Makefile index c34233ac25..d85bca312c 100644 --- a/tests/riotboot_flashwrite/Makefile +++ b/tests/riotboot_flashwrite/Makefile @@ -46,7 +46,7 @@ ifeq (1,$(USE_ETHOS)) TERMPROG = $(RIOTTOOLS)/ethos/ethos TERMFLAGS = $(TAP) $(PORT) else - USEMODULE += gnrc_netdev_default + USEMODULE += netdev_default endif # Ensure both slot bin files are always generated and linked to avoid compiling diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index a133698536..b1de89aa74 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common USEMODULE += sntp USEMODULE += gnrc_ipv6_default USEMODULE += auto_init_gnrc_netif -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += shell USEMODULE += shell_commands diff --git a/tests/sock_udp_aux/Makefile b/tests/sock_udp_aux/Makefile index 46b19ff524..7c4dc248ab 100644 --- a/tests/sock_udp_aux/Makefile +++ b/tests/sock_udp_aux/Makefile @@ -8,7 +8,7 @@ USEMODULE += auto_init_gnrc_netif USEMODULE += fmt USEMODULE += gnrc_icmpv6_echo USEMODULE += gnrc_ipv6_default -USEMODULE += gnrc_netdev_default +USEMODULE += netdev_default USEMODULE += gnrc_sock_udp USEMODULE += netstats_ipv6 USEMODULE += netstats_l2