Wrote rmmod for busybox.

-Erik
This commit is contained in:
Erik Andersen
1999-12-16 23:04:20 +00:00
parent 0aa6118167
commit 3d7e3414da
7 changed files with 156 additions and 2 deletions

View File

@ -168,6 +168,9 @@ static const struct Applet applets[] = {
#ifdef BB_RMDIR //bin
{"rmdir", rmdir_main},
#endif
#ifdef BB_RMMOD //sbin
{"rmmod", rmmod_main},
#endif
#ifdef BB_SFDISK //sbin
{"fdisk", sfdisk_main},
{"sfdisk", sfdisk_main},