Minor fixes to rmmod. First pass at insmod (not yet working).

-Erik
This commit is contained in:
Erik Andersen
1999-12-17 01:08:27 +00:00
parent c144e330c0
commit 6da0ae8183
6 changed files with 10 additions and 2 deletions

View File

@@ -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