aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 3b7c8bf26..11a791ef4 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -154,6 +154,9 @@
// enable ls -p and -F
#define BB_FEATURE_LS_FILETYPES
//
+// enable ls -R
+#define BB_FEATURE_LS_RECURSIVE
+//
// Change ping implementation -- simplified, featureless, but really small.
//#define BB_SIMPLE_PING
//