aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/busybox.c2
-rw-r--r--busybox.c2
2 files changed, 2 insertions, 2 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[] = {
143 {"length", length_main, _BB_DIR_USR_BIN, length_usage}, 143 {"length", length_main, _BB_DIR_USR_BIN, length_usage},
144#endif 144#endif
145#ifdef BB_LINUXRC 145#ifdef BB_LINUXRC
146 {"linuxrc", init_main, _BB_DIR_ROOT, init_usage}, 146 {"linuxrc", init_main, _BB_DIR_ROOT, NULL},
147#endif 147#endif
148#ifdef BB_LN 148#ifdef BB_LN
149 {"ln", ln_main, _BB_DIR_BIN, ln_usage}, 149 {"ln", ln_main, _BB_DIR_BIN, ln_usage},
diff --git a/busybox.c b/busybox.c
index d4fbb8990..30ea1121d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -143,7 +143,7 @@ const struct BB_applet applets[] = {
143 {"length", length_main, _BB_DIR_USR_BIN, length_usage}, 143 {"length", length_main, _BB_DIR_USR_BIN, length_usage},
144#endif 144#endif
145#ifdef BB_LINUXRC 145#ifdef BB_LINUXRC
146 {"linuxrc", init_main, _BB_DIR_ROOT, init_usage}, 146 {"linuxrc", init_main, _BB_DIR_ROOT, NULL},
147#endif 147#endif
148#ifdef BB_LN 148#ifdef BB_LN
149 {"ln", ln_main, _BB_DIR_BIN, ln_usage}, 149 {"ln", ln_main, _BB_DIR_BIN, ln_usage},