diff --git a/config/mobile/e.src b/config/mobile/e.src index d12bc4e5e..4b864245e 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -266,7 +266,7 @@ group "E_Config" struct { } group "modules" list { group "E_Config_Module" struct { - value "name" string: "comp"; + value "name" string: "conf_comp"; value "enabled" uchar: 1; value "delayed" uchar: 0; value "priority" int: -1000; diff --git a/config/standard/e.src b/config/standard/e.src index 2a8674a3f..70d560cee 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1785,7 +1785,7 @@ group "E_Config" struct { } group "modules" list { group "E_Config_Module" struct { - value "name" string: "comp"; + value "name" string: "conf_comp"; value "enabled" uchar: 1; value "delayed" uchar: 0; value "priority" int: -1000;