1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/shell/commands/sc_gnrc_icmpv6_echo: fix dependency

Add missing dependency to xtimer so that the shell command `ping` is
again provided when requested.
This commit is contained in:
Marian Buschsieweke 2022-07-21 09:22:07 +02:00
parent 8d42808f52
commit 3a5e3636bb
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94
5 changed files with 6 additions and 2 deletions

View File

@ -41,6 +41,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \

View File

@ -32,6 +32,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \

View File

@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \

View File

@ -315,7 +315,7 @@ ifneq (,$(filter shell_commands,$(USEMODULE)))
endif
ifneq (,$(filter gnrc_icmpv6_echo,$(USEMODULE)))
USEMODULE += netutils
USEMODULE += netutils xtimer
endif
ifneq (,$(gnrc_udp_cmd,$(USEMODULE)))

View File

@ -4,9 +4,9 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega1284p \
atmega328p \
atmega328p-xplained-mini \
atmega1284p \
atxmega-a3bu-xplained \
bluepill-stm32f030c8 \
derfmega128 \
@ -32,6 +32,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \