summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.c b/src/core/config.c
index b27ad6c1e..31ae8d5a9 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -145,8 +145,8 @@ REQUIRE_OBJECT ( script );
* Drag in all requested commands
*
*/
-#ifdef BOOT_CMD
-REQUIRE_OBJECT ( boot_cmd );
+#ifdef AUTOBOOT_CMD
+REQUIRE_OBJECT ( autoboot_cmd );
#endif
#ifdef NVO_CMD
REQUIRE_OBJECT ( nvo_cmd );