Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-16 01:14:12 +0300
committerErik Andersen <andersen@codepoet.org>1999-12-16 01:14:12 +0300
commit6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (patch)
tree237dbf5039738e52cd7f6a3ada0ee9c03eccc01c /busybox.c
parent935fb3886fc9bb91266275236da1edd5b2b6c2d9 (diff)
Added lsmod
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 4d676e7c0..4967e5fa3 100644
--- a/busybox.c
+++ b/busybox.c
@@ -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