diff --git a/src/ecosboard.c b/src/ecosboard.c
index 419f038ded7a14fc6af4c38e10f3b069d2834ea0..bd106b4d48db75c3ef6faa4ce82ab25d42a3110f 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -503,7 +503,7 @@ static void zylinjtag_startNetwork(void)
 
 	Jim_CreateCommand(httpstate.jim_interp, "log", zylinjtag_Jim_Command_log,
 			NULL, NULL);
-	Jim_CreateCommand(httpstate.jim_interp, "reboot",
+	Jim_CreateCommand(httpstate.jim_interp, "zy1000_reboot",
 			zylinjtag_Jim_Command_reboot, NULL, NULL);
 	Jim_CreateCommand(httpstate.jim_interp, "threads",
 			zylinjtag_Jim_Command_threads, NULL, NULL);