aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index a9cd6e079..895accd93 100644
--- a/busybox.c
+++ b/busybox.c
@@ -87,6 +87,9 @@ static const struct Applet applets[] = {
87#ifdef BB_INIT //sbin 87#ifdef BB_INIT //sbin
88 {"init", init_main}, 88 {"init", init_main},
89#endif 89#endif
90#ifdef BB_INSMOD //sbin
91 {"insmod", insmod_main},
92#endif
90#ifdef BB_FEATURE_LINUXRC // 93#ifdef BB_FEATURE_LINUXRC //
91 {"linuxrc", init_main}, 94 {"linuxrc", init_main},
92#endif 95#endif