diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h index 64e561a88..916597078 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -356,12 +356,12 @@ | |||
356 | #ifdef CONFIG_LENGTH | 356 | #ifdef CONFIG_LENGTH |
357 | APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 357 | APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
358 | #endif | 358 | #endif |
359 | #ifdef CONFIG_FEATURE_INITRD | ||
360 | APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER) | ||
361 | #endif | ||
362 | #ifdef CONFIG_LESS | 359 | #ifdef CONFIG_LESS |
363 | APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 360 | APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
364 | #endif | 361 | #endif |
362 | #ifdef CONFIG_FEATURE_INITRD | ||
363 | APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER) | ||
364 | #endif | ||
365 | #ifdef CONFIG_LN | 365 | #ifdef CONFIG_LN |
366 | APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 366 | APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
367 | #endif | 367 | #endif |