diff options
author | Erik Andersen | 2000-03-08 06:42:34 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-08 06:42:34 +0000 |
commit | 54969a1f6443b98c6874bd611de89b9ce30ca116 (patch) | |
tree | b8803e07d5242f60a9668658c39d3ef33bf21b4b /busybox.def.h | |
parent | 692a4502b0205f083855a102f906e206733b5b93 (diff) | |
download | busybox-54969a1f6443b98c6874bd611de89b9ce30ca116.zip busybox-54969a1f6443b98c6874bd611de89b9ce30ca116.tar.gz |
Fixed up lsmod so it works with my devmodules kernel driver,
and with /proc.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index afdc469..561c2ed 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -51,7 +51,7 @@ //#define BB_LOGGER #define BB_LOGNAME #define BB_LS -#define BB_LSMOD +//#define BB_LSMOD //#define BB_MAKEDEVS #define BB_MKFS_MINIX //#define BB_MATH |