mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
native: use ng_nativenet as default transceiver
This commit is contained in:
parent
e2764e7464
commit
f4f328fa54
@ -1,6 +1,9 @@
|
||||
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
||||
USEMODULE += nativenet
|
||||
ifeq (,$(filter netdev_base,$(USEMODULE)))
|
||||
ifeq (,$(filter ng_netif,$(USEMODULE)))
|
||||
USEMODULE += nativenet
|
||||
USEMODULE += transceiver
|
||||
else
|
||||
USEMODULE += ng_nativenet
|
||||
USEMODULE += ng_netdev_eth
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user