1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00
Jose Alamos c8f9d85002
shell_commands/gnrc_netif: fix gnrc_netif_cmd_lora dependency
This commit fixes the dependency resolution of `gnrc_netif_cmd_lora`.
As it was, this module was pulled by the driver if `gnrc` was used.
Besides pulling an extra dependency in applications that don't use
`shell_commands` or `gnrc_lorawan`, this hardcodes the module
resolution in the drivers.

This commit pulls `gnrc_netif_cmd_lora` if `shell_commands` and
`gnrc_lorawan` are present.
2021-07-09 13:29:07 +02:00
..
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:14 +01:00
2021-06-03 17:53:44 +02:00
2021-01-21 10:03:44 +01:00
2021-01-18 14:14:13 +01:00
2021-01-21 11:22:32 +01:00
2021-01-26 17:40:30 +01:00
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:15 +01:00
2021-03-15 10:36:46 +01:00
2021-02-22 14:54:15 +01:00
2021-02-22 14:56:37 +01:00
2021-07-02 15:11:10 +02:00