From 149deeb11f5c9cd496feb508be806c5fd5c64dd5 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Thu, 10 Sep 2015 14:38:09 -0400 Subject: [PATCH] Fixed autostart. --- cmake/nuttx/px4_impl_nuttx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/nuttx/px4_impl_nuttx.cmake b/cmake/nuttx/px4_impl_nuttx.cmake index 6bba2158fa..a60e0c5133 100644 --- a/cmake/nuttx/px4_impl_nuttx.cmake +++ b/cmake/nuttx/px4_impl_nuttx.cmake @@ -275,7 +275,7 @@ function(px4_nuttx_generate_romfs) add_custom_command(OUTPUT rc.autostart COMMAND ${PYTHON_EXECUTABLE} ${romfs_autostart} - -a ${ROMFS_ROOT}/init.d + -a ${romfs_src_dir}/init.d/ -s rc.autostart )