diff options
author | Matt Kraai | 2000-09-22 03:11:47 +0000 |
---|---|---|
committer | Matt Kraai | 2000-09-22 03:11:47 +0000 |
commit | a2f2a8f8c0c2c9881f9548c045c19b2b5fb11b5d (patch) | |
tree | a13729cc01ffdf98749c1a7e6d830607bfcd40dd /busybox.def.h | |
parent | 810d38f8508fc4c9a7677dfa938a48f0de3fbb19 (diff) | |
download | busybox-a2f2a8f8c0c2c9881f9548c045c19b2b5fb11b5d.zip busybox-a2f2a8f8c0c2c9881f9548c045c19b2b5fb11b5d.tar.gz |
Add support for the -L option to ls.
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 9d046ab..42ec906 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 // |