sculpt: hook for modem-driver integration

This patch the interplay between the leitzentrale subsystem and a modem
driver hosted in the drivers subsystem.
This commit is contained in:
Norman Feske 2022-06-13 11:10:08 +02:00 committed by Christian Helmuth
parent a9b4be3883
commit b4ded050e1

View File

@ -387,6 +387,8 @@ install_config {
<child name="config_fs_rom" label="usb"/> </service>
<service name="ROM" label_last="system">
<child name="config_fs_rom" label="system"/> </service>
<service name="ROM" label_last="modem.config">
<child name="config_fs_rom" label="managed/modem"/> </service>
<service name="ROM" label_last="numlock"> <child name="report_rom"/> </service>
<service name="Timer"> <child name="timer"/> </service>
<service name="Capture"> <child name="nitpicker"/> </service>