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)))
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
||||||
USEMODULE += nativenet
|
ifeq (,$(filter ng_netif,$(USEMODULE)))
|
||||||
ifeq (,$(filter netdev_base,$(USEMODULE)))
|
USEMODULE += nativenet
|
||||||
USEMODULE += transceiver
|
USEMODULE += transceiver
|
||||||
|
else
|
||||||
|
USEMODULE += ng_nativenet
|
||||||
|
USEMODULE += ng_netdev_eth
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user