aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-15 22:14:12 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-15 22:14:12 +0000
commiteb42af4bc3cedf5d8d87f7ffe6cbdd3df44f532a (patch)
tree237dbf5039738e52cd7f6a3ada0ee9c03eccc01c /applets
parent10e25cb37a4219dbe06676cc55c3137cc500a4b9 (diff)
downloadbusybox-w32-eb42af4bc3cedf5d8d87f7ffe6cbdd3df44f532a.tar.gz
busybox-w32-eb42af4bc3cedf5d8d87f7ffe6cbdd3df44f532a.tar.bz2
busybox-w32-eb42af4bc3cedf5d8d87f7ffe6cbdd3df44f532a.zip
Added lsmod
-Erik git-svn-id: svn://busybox.net/trunk/busybox@235 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-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[] = {
105#ifdef BB_LS //bin 105#ifdef BB_LS //bin
106 {"ls", ls_main}, 106 {"ls", ls_main},
107#endif 107#endif
108#ifdef BB_LSMOD //sbin
109 {"lsmod", lsmod_main},
110#endif
108#ifdef BB_MAKEDEVS //sbin 111#ifdef BB_MAKEDEVS //sbin
109 {"makedevs", makedevs_main}, 112 {"makedevs", makedevs_main},
110#endif 113#endif