aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index d4fbb8990..30ea1121d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -143,7 +143,7 @@ const struct BB_applet applets[] = {
{"length", length_main, _BB_DIR_USR_BIN, length_usage},
#endif
#ifdef BB_LINUXRC
- {"linuxrc", init_main, _BB_DIR_ROOT, init_usage},
+ {"linuxrc", init_main, _BB_DIR_ROOT, NULL},
#endif
#ifdef BB_LN
{"ln", ln_main, _BB_DIR_BIN, ln_usage},