aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-17 01:08:27 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-17 01:08:27 +0000
commit6da0ae8183a31d4faab745d534a363c7e66ef864 (patch)
treeace76c8f54a854d9e24d303e4fbe4564425b233b /applets
parentc144e330c0342a8ed0c9d917fd5a064317652c8a (diff)
downloadbusybox-6da0ae8183a31d4faab745d534a363c7e66ef864.tar.gz
Minor fixes to rmmod. First pass at insmod (not yet working).
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index a9cd6e079..895accd93 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -87,6 +87,9 @@ static const struct Applet applets[] = {
#ifdef BB_INIT //sbin
{"init", init_main},
#endif
+#ifdef BB_INSMOD //sbin
+ {"insmod", insmod_main},
+#endif
#ifdef BB_FEATURE_LINUXRC //
{"linuxrc", init_main},
#endif