diff options
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 9d046ab73..42ec9064e 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -169,6 +169,9 @@ | |||
169 | // enable ls -R | 169 | // enable ls -R |
170 | #define BB_FEATURE_LS_RECURSIVE | 170 | #define BB_FEATURE_LS_RECURSIVE |
171 | // | 171 | // |
172 | // enable ls -L | ||
173 | #define BB_FEATURE_LS_FOLLOWLINKS | ||
174 | // | ||
172 | // Change ping implementation -- simplified, featureless, but really small. | 175 | // Change ping implementation -- simplified, featureless, but really small. |
173 | //#define BB_FEATURE_SIMPLE_PING | 176 | //#define BB_FEATURE_SIMPLE_PING |
174 | // | 177 | // |