diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h index de393be8f..75f5436b0 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -107,10 +107,10 @@ | |||
107 | #ifdef CONFIG_CPIO | 107 | #ifdef CONFIG_CPIO |
108 | APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 108 | APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
109 | #endif | 109 | #endif |
110 | #ifdef BB_CROND | 110 | #ifdef CONFIG_CROND |
111 | APPLET(crond, crond_main, _BB_DIR_USR_SBIN) | 111 | APPLET(crond, crond_main, _BB_DIR_USR_SBIN) |
112 | #endif | 112 | #endif |
113 | #ifdef BB_CRONTAB | 113 | #ifdef CONFIG_CRONTAB |
114 | APPLET(crontab, crontab_main, _BB_DIR_USR_BIN) | 114 | APPLET(crontab, crontab_main, _BB_DIR_USR_BIN) |
115 | #endif | 115 | #endif |
116 | #ifdef CONFIG_CUT | 116 | #ifdef CONFIG_CUT |