mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Un-ignore the *.d directories in the ROMFS directory to avoid ignoring the init.d directory and friends. This is rinky, but the alternatives are all a mess.
This commit is contained in:
9
ROMFS/px4fmu_common/init.d/rc.logging
Normal file
9
ROMFS/px4fmu_common/init.d/rc.logging
Normal file
@@ -0,0 +1,9 @@
|
||||
#!nsh
|
||||
#
|
||||
# Initialise logging services.
|
||||
#
|
||||
|
||||
if [ -d /fs/microsd ]
|
||||
then
|
||||
sdlog start
|
||||
fi
|
||||
Reference in New Issue
Block a user