mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10948 from PeterKietzmann/pr_tests_tcp_del_tap
tests/gnrc_tcp_*: remove default PORT for native
This commit is contained in:
commit
a73deacdb9
@ -2,7 +2,10 @@ include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
PORT ?= tap1
|
||||
|
||||
ifeq (native,$(BOARD))
|
||||
PORT ?= tap1
|
||||
endif
|
||||
|
||||
TCP_TARGET_ADDR ?= fe80::affe%5
|
||||
TCP_TARGET_PORT ?= 80
|
||||
|
@ -2,7 +2,10 @@ include ../Makefile.tests_common
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
PORT ?= tap0
|
||||
|
||||
ifeq (native,$(BOARD))
|
||||
PORT ?= tap0
|
||||
endif
|
||||
|
||||
TCP_LOCAL_ADDR ?= fe80::affe
|
||||
TCP_LOCAL_PORT ?= 80
|
||||
|
Loading…
Reference in New Issue
Block a user