core: Disable BOSS for enabled LLE online services (#1847)

This commit is contained in:
PabloMK7 2026-03-08 19:24:52 +01:00 committed by GitHub
parent 7d5da9eaeb
commit d1d14cef79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ const std::array<ServiceModuleInfo, 41> service_module_map{
{"AC", 0x00040130'00002402, AC::InstallInterfaces, false},
{"ACT", 0x00040130'00003802, ACT::InstallInterfaces, true},
{"AM", 0x00040130'00001502, AM::InstallInterfaces, false},
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, true},
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, false},
{"CAM", 0x00040130'00001602,
[](Core::System& system) {
CAM::InstallInterfaces(system);