diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-15 22:14:12 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-15 22:14:12 +0000 |
commit | eb42af4bc3cedf5d8d87f7ffe6cbdd3df44f532a (patch) | |
tree | 237dbf5039738e52cd7f6a3ada0ee9c03eccc01c /applets | |
parent | 10e25cb37a4219dbe06676cc55c3137cc500a4b9 (diff) | |
download | busybox-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.c | 3 |
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 |