Merge pull request #16817 from benpicco/netdev_default-fixup
examples, tests: replace gnrc_netdev_default with netdev_default
This commit is contained in:
commit
eaeea8a4fe
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user