comp should not be delayed - and first module loaded for best effects.

SVN revision: 46999
This commit is contained in:
Carsten Haitzler 2010-03-08 14:50:50 +00:00
parent 33e98b7b15
commit b44b0a63da
1 changed files with 15 additions and 15 deletions

View File

@ -1114,6 +1114,12 @@ group "E_Config" struct {
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "comp";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "illume2";
value "enabled" uchar: 1;
@ -1144,18 +1150,6 @@ group "E_Config" struct {
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "syscon";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "conf";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "illume-home";
value "enabled" uchar: 1;
@ -1175,9 +1169,15 @@ group "E_Config" struct {
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "comp";
value "name" string: "syscon";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "delayed" uchar: 1;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "conf";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
group "E_Config_Module" struct {
@ -1225,7 +1225,7 @@ group "E_Config" struct {
group "E_Config_Module" struct {
value "name" string: "start";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}