1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Benjamin Valentin 459f3987d0 gnrc: select gnrc_netif if netdev_default is selected
A generic application might select netdev_default instead of
gnrc_netdev_default to pull in the default network interface.

So pull in gnrc_netif if netdev_default is selected with GNRC.
2021-09-06 15:43:40 +02:00
..
application_layer sys/net/dhcpv6: Refactor IA_NA implementation 2021-08-11 22:19:59 +02:00
link_layer Merge pull request #16664 from jia200x/pr/gnrc/lorawan/random 2021-08-14 16:35:14 +02:00
netapi sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
netif ieee802154/radio_hal: detach hal descriptor from driver 2021-08-18 15:24:10 +02:00
netreg sys/net/gnrc: Fix include of xtimer.h 2020-09-16 19:55:43 +02:00
network_layer gnrc_ipv6_nib: add hook for Prefix Information Option 2021-09-02 15:35:14 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc 2021-02-12 18:15:40 +01:00
pktbuf_malloc gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc 2021-02-12 18:15:40 +01:00
pktbuf_static gnrc_pktbuf_static: expose _align() function to be used for tests 2021-02-19 12:23:22 +01:00
pktdump treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
priority_pktqueue sys/*: add missing include of assert.h 2020-10-22 11:13:09 +02:00
routing gnrc_ipv6_auto_subnets: auto-configuration for nested subnets 2021-09-02 15:35:14 +02:00
sock gnrc_sock_tcp: integrate gnrc_tcp 2021-08-14 21:27:34 +02:00
transport_layer Merge pull request #16738 from brummer-simon/gnrc_tcp-handle_zero_size_buffers 2021-08-14 18:44:29 +02:00
tx_sync sys/net/gnrc/tx_sync: new module 2021-02-03 15:16:42 +01:00
doc.txt sys/net/gnrc: Add GNRC configuration Doxygen group 2019-12-06 12:18:03 +01:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile gnrc_ipv6_auto_subnets: auto-configuration for nested subnets 2021-09-02 15:35:14 +02:00
Makefile.dep gnrc: select gnrc_netif if netdev_default is selected 2021-09-06 15:43:40 +02:00