diff options
author | Erik Andersen | 2000-01-25 18:13:53 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-25 18:13:53 +0000 |
commit | 3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea (patch) | |
tree | 32b6129967a8b5c922b72843efc7fc6683287181 /busybox.def.h | |
parent | bf3a838aaca4ab34d2739438fa44d0dbb04e9862 (diff) | |
download | busybox-3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea.zip busybox-3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea.tar.gz |
Some busybox updates. See the changelog for details if you care.
-Erik
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 c56f151..8adccdc 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -133,6 +133,11 @@ //Enable init being called as /linuxrc #define BB_FEATURE_LINUXRC // +// +//Simple tail implementation (2k vs 6k for the full one). Still +//provides 'tail -f' support -- but for only one file at a time. +#define BB_FEATURE_SIMPLE_TAIL +// // Enable support for loop devices in mount #define BB_FEATURE_MOUNT_LOOP // |