aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h5
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 @@
//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
//