summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ecosboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index 419f038d..bd106b4d 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);