Added lsmod

-Erik
This commit is contained in:
Erik Andersen
1999-12-15 22:14:12 +00:00
parent 935fb3886f
commit 6f23cec5d0
7 changed files with 83 additions and 2 deletions

View File

@ -105,6 +105,9 @@ static const struct Applet applets[] = {
#ifdef BB_LS //bin
{"ls", ls_main},
#endif
#ifdef BB_LSMOD //sbin
{"lsmod", lsmod_main},
#endif
#ifdef BB_MAKEDEVS //sbin
{"makedevs", makedevs_main},
#endif