From a2f2a8f8c0c2c9881f9548c045c19b2b5fb11b5d Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Fri, 22 Sep 2000 03:11:47 +0000 Subject: Add support for the -L option to ls. --- busybox.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox.def.h') diff --git a/busybox.def.h b/busybox.def.h index 9d046ab73..42ec9064e 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -169,6 +169,9 @@ // enable ls -R #define BB_FEATURE_LS_RECURSIVE // +// enable ls -L +#define BB_FEATURE_LS_FOLLOWLINKS +// // Change ping implementation -- simplified, featureless, but really small. //#define BB_FEATURE_SIMPLE_PING // -- cgit v1.2.3