mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
Merge pull request #17476 from aabadie/pr/iotlab/auto-ssh-remove
dist/iotlab: remove deprecated auto-ssh backward compatibility
This commit is contained in:
commit
b9f5ffab26
@ -48,12 +48,6 @@ ifeq (,$(IOTLAB_NODE))
|
|||||||
$(error)
|
$(error)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (auto-ssh,$(IOTLAB_NODE))
|
|
||||||
$(info $(COLOR_YELLOW)IOTLAB_NODE=auto-ssh is deprecated and will be removed after \
|
|
||||||
2010.07 is released, use IOTLAB_NODE=auto instead$(COLOR_RESET))
|
|
||||||
override IOTLAB_NODE := auto
|
|
||||||
endif
|
|
||||||
|
|
||||||
IOTLAB_AUTH ?= $(HOME)/.iotlabrc
|
IOTLAB_AUTH ?= $(HOME)/.iotlabrc
|
||||||
IOTLAB_USER ?= $(shell cut -f1 -d: $(IOTLAB_AUTH))
|
IOTLAB_USER ?= $(shell cut -f1 -d: $(IOTLAB_AUTH))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user