boot2: launch new eth sysmodule after bsdsockets

This commit is contained in:
Michael Scire 2022-10-11 15:47:29 -07:00 committed by SciresM
parent ed0572bd53
commit dddb5bfdea
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@ namespace ams::boot2 {
ncm::SystemProgramId::Wlan, /* wlan */
ncm::SystemProgramId::Bluetooth, /* bluetooth */
ncm::SystemProgramId::BsdSockets, /* bsdsockets */
ncm::SystemProgramId::Eth, /* eth */
ncm::SystemProgramId::Nifm, /* nifm */
ncm::SystemProgramId::Ldn, /* ldn */
ncm::SystemProgramId::Account, /* account */
@ -94,6 +95,7 @@ namespace ams::boot2 {
ncm::SystemProgramId::Wlan, /* wlan */
ncm::SystemProgramId::Bluetooth, /* bluetooth */
ncm::SystemProgramId::BsdSockets, /* bsdsockets */
ncm::SystemProgramId::Eth, /* eth */
ncm::SystemProgramId::Nifm, /* nifm */
ncm::SystemProgramId::Ldn, /* ldn */
ncm::SystemProgramId::Account, /* account */