diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-07 05:29:42 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-07 05:29:42 +0000 |
commit | 74bc01e03e96d5a6a318688d2ee8c620f32ce928 (patch) | |
tree | dccf8f905fc5807239883da9fca6597037d487fc /busybox.def.h | |
parent | cac2faf4271a09ae2e37e87cbd7d6ea363667d51 (diff) | |
download | busybox-w32-74bc01e03e96d5a6a318688d2ee8c620f32ce928.tar.gz busybox-w32-74bc01e03e96d5a6a318688d2ee8c620f32ce928.tar.bz2 busybox-w32-74bc01e03e96d5a6a318688d2ee8c620f32ce928.zip |
A few minor updates. ;-)
Seriously though, read the Changelog for busybox 0.42,
which this is about to become...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/busybox.def.h b/busybox.def.h index fa192205a..306c87762 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -95,11 +95,6 @@ | |||
95 | // | 95 | // |
96 | // | 96 | // |
97 | // | 97 | // |
98 | // Don't turn BB_UTILITY off. It contains support code | ||
99 | // that compiles to 0 if everything else if turned off. | ||
100 | #define BB_UTILITY | ||
101 | // | ||
102 | // | ||
103 | // | 98 | // |
104 | // This is where feature definitions go. Generally speaking, | 99 | // This is where feature definitions go. Generally speaking, |
105 | // turning this stuff off makes things a bit smaller (and less | 100 | // turning this stuff off makes things a bit smaller (and less |
@@ -132,7 +127,7 @@ | |||
132 | #define BB_FEATURE_USE_INITTAB | 127 | #define BB_FEATURE_USE_INITTAB |
133 | // | 128 | // |
134 | //Enable init being called as /linuxrc | 129 | //Enable init being called as /linuxrc |
135 | #define BB_FEATURE_LINUXRC | 130 | //#define BB_FEATURE_LINUXRC |
136 | // | 131 | // |
137 | // | 132 | // |
138 | //Simple tail implementation (2k vs 6k for the full one). Still | 133 | //Simple tail implementation (2k vs 6k for the full one). Still |
@@ -142,11 +137,20 @@ | |||
142 | // Enable support for loop devices in mount | 137 | // Enable support for loop devices in mount |
143 | #define BB_FEATURE_MOUNT_LOOP | 138 | #define BB_FEATURE_MOUNT_LOOP |
144 | // | 139 | // |
140 | // Enable support for a real /etc/mtab file instead of /proc/mounts | ||
141 | #ifdef BB_MOUNT | ||
142 | //#define BB_MTAB | ||
143 | #endif | ||
144 | // | ||
145 | // | ||
146 | // Enable support for remounting filesystems | ||
147 | #define BB_FEATURE_REMOUNT | ||
148 | // | ||
145 | // Enable support for creation of tar files. | 149 | // Enable support for creation of tar files. |
146 | //#define BB_FEATURE_TAR_CREATE | 150 | //#define BB_FEATURE_TAR_CREATE |
147 | // | 151 | // |
148 | // Allow init to permenently chroot, and umount the old root fs | 152 | // Allow init to permenently chroot, and umount the old root fs |
149 | // just like an initrd does. Requires a kernel patch by Werner Almesberger. | 153 | // just like an initrd does. Requires a kernel patch by Werner Almesberger. |
150 | // ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz | 154 | // ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz |
151 | #ifdef BB_MOUNT | 155 | #ifdef BB_MOUNT |
152 | #define BB_FEATURE_INIT_CHROOT | 156 | #define BB_FEATURE_INIT_CHROOT |