diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |