diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-25 18:13:53 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-25 18:13:53 +0000 |
commit | 67c5194a104e193ec26bad4013c2a9aa9d73312f (patch) | |
tree | 32b6129967a8b5c922b72843efc7fc6683287181 /busybox.def.h | |
parent | 7a5c6a597d9863949fff0a7044ac076aea2d41b2 (diff) | |
download | busybox-w32-67c5194a104e193ec26bad4013c2a9aa9d73312f.tar.gz busybox-w32-67c5194a104e193ec26bad4013c2a9aa9d73312f.tar.bz2 busybox-w32-67c5194a104e193ec26bad4013c2a9aa9d73312f.zip |
Some busybox updates. See the changelog for details if you care.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@338 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index c56f151db..8adccdc64 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -133,6 +133,11 @@ | |||
133 | //Enable init being called as /linuxrc | 133 | //Enable init being called as /linuxrc |
134 | #define BB_FEATURE_LINUXRC | 134 | #define BB_FEATURE_LINUXRC |
135 | // | 135 | // |
136 | // | ||
137 | //Simple tail implementation (2k vs 6k for the full one). Still | ||
138 | //provides 'tail -f' support -- but for only one file at a time. | ||
139 | #define BB_FEATURE_SIMPLE_TAIL | ||
140 | // | ||
136 | // Enable support for loop devices in mount | 141 | // Enable support for loop devices in mount |
137 | #define BB_FEATURE_MOUNT_LOOP | 142 | #define BB_FEATURE_MOUNT_LOOP |
138 | // | 143 | // |