Add missing rc.sysinit file in the ROMFS

This commit is contained in:
Alexis Paques 2024-08-02 15:14:30 +02:00 committed by Daniel Agar
parent abc629c2bb
commit d4d60a5181
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,7 @@ px4_add_romfs_files(
# TODO
rc.balloon_apps
rc.balloon_defaults
rc.sysinit
)
if(CONFIG_MODULES_AIRSHIP_ATT_CONTROL)

View File

@ -0,0 +1,4 @@
#!/bin/sh
#
# Standard system init script
#