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:
px4dev
2013-04-17 11:54:24 -07:00
parent 4703a68979
commit 31c6440b64
10 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!nsh
#
# Initialise logging services.
#
if [ -d /fs/microsd ]
then
sdlog start
fi