summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/initservice')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index e51865af6..19fe70a84 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -69,6 +69,20 @@ const TaskInfo g_exttaskinfolist[] = {
},
/**
+ * @brief console library
+ */
+#ifdef CONFIG_CONSOLE
+ {
+ "libconsole.so", // library name
+ NULL, // no function to run
+ {
+ START_TASK, // task type
+ EXT_IMAGE, // extended image module
+ }
+ },
+#endif
+
+ /**
* @brief FSI Device Driver
*/
@@ -76,7 +90,7 @@ const TaskInfo g_exttaskinfolist[] = {
"libfsi.so" , // taskname
NULL, // no pointer to fn
{
- INIT_TASK, // task type
+ INIT_TASK, // init only
EXT_IMAGE, // Extended Module
}
},
OpenPOWER on IntegriCloud