diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-08 06:42:34 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-08 06:42:34 +0000 |
commit | 9d1b757861af424e5b0bdabbe8bfa6b610de6842 (patch) | |
tree | b8803e07d5242f60a9668658c39d3ef33bf21b4b /busybox.def.h | |
parent | b539892e40d359fb3ac8725737361cfc2faeb082 (diff) | |
download | busybox-w32-9d1b757861af424e5b0bdabbe8bfa6b610de6842.tar.gz busybox-w32-9d1b757861af424e5b0bdabbe8bfa6b610de6842.tar.bz2 busybox-w32-9d1b757861af424e5b0bdabbe8bfa6b610de6842.zip |
Fixed up lsmod so it works with my devmodules kernel driver,
and with /proc.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@399 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 afdc46971..561c2ed4b 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -51,7 +51,7 @@ | |||
51 | //#define BB_LOGGER | 51 | //#define BB_LOGGER |
52 | #define BB_LOGNAME | 52 | #define BB_LOGNAME |
53 | #define BB_LS | 53 | #define BB_LS |
54 | #define BB_LSMOD | 54 | //#define BB_LSMOD |
55 | //#define BB_MAKEDEVS | 55 | //#define BB_MAKEDEVS |
56 | #define BB_MKFS_MINIX | 56 | #define BB_MKFS_MINIX |
57 | //#define BB_MATH | 57 | //#define BB_MATH |