diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-15 22:14:12 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-15 22:14:12 +0000 |
commit | 6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (patch) | |
tree | 237dbf5039738e52cd7f6a3ada0ee9c03eccc01c /busybox.def.h | |
parent | 935fb3886fc9bb91266275236da1edd5b2b6c2d9 (diff) |
Added lsmod
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index cbee4f651..fcd185aa7 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -35,6 +35,7 @@ //#define BB_LOADKMAP #define BB_LOGGER #define BB_LS +#define BB_LSMOD //#define BB_MAKEDEVS //#define BB_MATH #define BB_MKDIR |