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) |
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[] = { #ifdef BB_INIT //sbin {"init", init_main}, #endif +#ifdef BB_INSMOD //sbin + {"insmod", insmod_main}, +#endif #ifdef BB_FEATURE_LINUXRC // {"linuxrc", init_main}, #endif |