mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: dns: use correct macro names
This commit is contained in:
parent
9f707bf121
commit
8f4583cb5e
@ -29,8 +29,8 @@ LOW_MEMORY_BOARDS := nucleo-f334r8 msb-430 msb-430h
|
|||||||
|
|
||||||
ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
||||||
CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
|
CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
|
||||||
-DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DGNRC_IPV6_NIB_NUMOF=1 \
|
-DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DCONFIG_GNRC_IPV6_NIB_NUMOF=1 \
|
||||||
-DNRC_IPV6_NIB_OFFL_NUMOF=1
|
-DCONFIG_GNRC_IPV6_NIB_OFFL_NUMOF=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The test requires some setup and to be run as root
|
# The test requires some setup and to be run as root
|
||||||
|
@ -33,7 +33,7 @@ LOW_MEMORY_BOARDS := nucleo-f334r8 msb-430 msb-430h
|
|||||||
ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
||||||
CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
|
CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
|
||||||
-DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DCONFIG_GNRC_IPV6_NIB_NUMOF=1 \
|
-DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DCONFIG_GNRC_IPV6_NIB_NUMOF=1 \
|
||||||
-DNRC_IPV6_NIB_OFFL_NUMOF=1
|
-DCONFIG_GNRC_IPV6_NIB_OFFL_NUMOF=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The test requires some setup and to be run as root
|
# The test requires some setup and to be run as root
|
||||||
|
Loading…
Reference in New Issue
Block a user