enable teamwork module by default in standard config

This commit is contained in:
Mike Blumenkrantz 2013-09-02 14:20:39 +01:00
parent 79214b0875
commit 8184c52856
1 changed files with 6 additions and 0 deletions

View File

@ -1047,6 +1047,12 @@ group "E_Config" struct {
value "delayed" uchar: 1;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "teamwork";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "connman";
value "enabled" uchar: 1;