1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
Martine Lenders 149aadc841
shell_cmd_gnrc_udp: add missing netutils dependency
The `gnrc_udp` shell command uses the function `netutils_get_ipv6()` but
does not include the corresponding module `netutils`. The only reason
most applications that use `shell_cmd_gnrc_udp` link is because they
also include the `shell_cmd_gnrc_icmpv6_echo` module (e.g. implicit via
`gnrc_ipcmpv6_echo`), which includes this dependency.
2022-10-25 12:37:33 +02:00
..
2022-09-16 14:00:35 +02:00
2022-03-11 09:24:12 +01:00
2022-01-10 12:21:40 +01:00
2022-01-13 17:50:59 +01:00
2022-06-10 11:02:40 +02:00
2022-09-29 22:01:37 +02:00
2022-09-16 14:00:35 +02:00
2021-12-07 13:00:58 +01:00
2022-09-26 19:06:46 +02:00
2022-03-11 09:20:24 +01:00
2022-09-16 14:00:35 +02:00
2021-12-07 16:31:15 +01:00
2022-09-16 14:00:35 +02:00
2022-02-11 12:38:21 +01:00
2022-09-03 23:25:01 +02:00
2021-11-24 17:54:44 +01:00
2022-09-29 22:01:37 +02:00
2022-09-15 11:26:22 +02:00
2022-10-17 10:38:14 +02:00