aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-17 01:08:27 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-17 01:08:27 +0000
commit0055f41a9885374ff57a4b90af63aaac6dd01f58 (patch)
treeace76c8f54a854d9e24d303e4fbe4564425b233b /applets
parentceca969f645c685cdd0af66e3a1eb6b8d8cc645c (diff)
downloadbusybox-w32-0055f41a9885374ff57a4b90af63aaac6dd01f58.tar.gz
busybox-w32-0055f41a9885374ff57a4b90af63aaac6dd01f58.tar.bz2
busybox-w32-0055f41a9885374ff57a4b90af63aaac6dd01f58.zip
Minor fixes to rmmod. First pass at insmod (not yet working).
-Erik git-svn-id: svn://busybox.net/trunk/busybox@242 69ca8d6d-28ef-0310-b511-8ec308f3f277
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[] = {
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