From ee77243247e9343989628c30a1bd61d23c4f5df7 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 18 Feb 2023 04:29:01 +0800 Subject: [PATCH] boards/sim/adb: Change telnetd port from 23 to 2323 to avoid the conflict with host telnetd server Signed-off-by: Xiang Xiao --- boards/sim/sim/sim/configs/adb/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/sim/sim/sim/configs/adb/defconfig b/boards/sim/sim/sim/configs/adb/defconfig index 0edd5f5a5c8..c2e8f100293 100644 --- a/boards/sim/sim/sim/configs/adb/defconfig +++ b/boards/sim/sim/sim/configs/adb/defconfig @@ -56,4 +56,5 @@ CONFIG_SYSTEM_ADBD=y CONFIG_SYSTEM_CLE=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_PING=y +CONFIG_SYSTEM_TELNETD_PORT=2323 CONFIG_TLS_TASK_NELEM=4