2017-05-04 13:50:34 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2021-08-31 10:54:48 +02:00
|
|
|
USEMODULE += netdev_default
|
2017-05-04 13:50:34 +02:00
|
|
|
USEMODULE += auto_init_gnrc_netif
|
|
|
|
USEMODULE += gnrc_ipv6_router_default
|
2019-10-04 20:05:33 +02:00
|
|
|
USEMODULE += gnrc_ipv6_ext_frag
|
2022-09-24 14:50:43 +02:00
|
|
|
USEMODULE += shell_cmd_gnrc_pktbuf
|
2017-05-04 13:50:34 +02:00
|
|
|
USEMODULE += gnrc_udp
|
|
|
|
USEMODULE += gnrc_rpl
|
|
|
|
USEMODULE += auto_init_gnrc_rpl
|
|
|
|
USEMODULE += gnrc_icmpv6_echo
|
|
|
|
USEMODULE += shell
|
2022-08-16 16:35:20 +02:00
|
|
|
USEMODULE += shell_cmds_default
|
2017-05-04 13:50:34 +02:00
|
|
|
USEMODULE += ps
|
|
|
|
USEMODULE += netstats_l2
|
|
|
|
USEMODULE += netstats_ipv6
|
|
|
|
|
2020-10-16 10:37:52 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
2020-05-12 19:34:05 +02:00
|
|
|
# Set GNRC_PKTBUF_SIZE via CFLAGS if not being set via Kconfig.
|
|
|
|
ifndef CONFIG_GNRC_PKTBUF_SIZE
|
|
|
|
CFLAGS += -DCONFIG_GNRC_PKTBUF_SIZE=8192
|
|
|
|
endif
|
2019-10-04 20:05:33 +02:00
|
|
|
|
2017-05-04 13:50:34 +02:00
|
|
|
# Set a custom channel if needed
|
2019-10-22 15:18:08 +02:00
|
|
|
include $(RIOTMAKE)/default-radio-settings.inc.mk
|