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:
parent
f79207e217
commit
ae2fde4edb
@ -12,14 +12,13 @@ LWIP ?= 0
|
|||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
|
USEMODULE += netdev_default
|
||||||
ifeq (0,$(LWIP))
|
ifeq (0,$(LWIP))
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
USEMODULE += gnrc_netdev_default
|
|
||||||
else
|
else
|
||||||
USEMODULE += lwip_ipv6
|
USEMODULE += lwip_ipv6
|
||||||
USEMODULE += lwip_netdev
|
USEMODULE += lwip_netdev
|
||||||
USEMODULE += netdev_default
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Add also the shell, some shell commands
|
# Add also the shell, some shell commands
|
||||||
|
@ -8,7 +8,7 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
# Activate ICMPv6 error messages
|
# Activate ICMPv6 error messages
|
||||||
USEMODULE += gnrc_icmpv6_error
|
USEMODULE += gnrc_icmpv6_error
|
||||||
|
@ -7,7 +7,6 @@ USEMODULE += shell_commands
|
|||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|
||||||
# Include GNRC and RPL
|
# Include GNRC and RPL
|
||||||
USEMODULE += gnrc_netdev_default
|
|
||||||
USEMODULE += gnrc_netif_single
|
USEMODULE += gnrc_netif_single
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
|
Loading…
Reference in New Issue
Block a user