summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r--src/ecosboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index 26313b42..0805e6fc 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -500,6 +500,10 @@ static void zylinjtag_startNetwork(void)
cyg_httpd_init_tcl_interpreter();
+ // Kludge! Why can't I do this from httpd.c??? I get linker errors...
+ // some of that --start/end-group stuff?
+ Jim_InitStaticExtensions(httpstate.jim_interp);
+
Jim_CreateCommand(httpstate.jim_interp, "log", zylinjtag_Jim_Command_log,
NULL, NULL);
Jim_CreateCommand(httpstate.jim_interp, "zy1000_reboot",