aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-15 22:14:12 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-15 22:14:12 +0000
commit6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (patch)
tree237dbf5039738e52cd7f6a3ada0ee9c03eccc01c /applets/busybox.c
parent935fb3886fc9bb91266275236da1edd5b2b6c2d9 (diff)
downloadbusybox-6f23cec5d081fac63a7a0c493d6caff77e55dfb1.tar.gz
Added lsmod
-Erik
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 4d676e7c0..4967e5fa3 100644
--- a/applets/busybox.c
+++ b/applets/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