diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-17 01:08:27 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-17 01:08:27 +0000 |
commit | 6da0ae8183a31d4faab745d534a363c7e66ef864 (patch) | |
tree | ace76c8f54a854d9e24d303e4fbe4564425b233b /applets | |
parent | c144e330c0342a8ed0c9d917fd5a064317652c8a (diff) | |
download | busybox-w32-6da0ae8183a31d4faab745d534a363c7e66ef864.tar.gz busybox-w32-6da0ae8183a31d4faab745d534a363c7e66ef864.tar.bz2 busybox-w32-6da0ae8183a31d4faab745d534a363c7e66ef864.zip |
Minor fixes to rmmod. First pass at insmod (not yet working).
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
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[] = { | |||
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 |