diff options
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 430671d52..8eb32bfb8 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -187,6 +187,7 @@ | |||
187 | #define BB_FEATURE_MOUNT_FORCE | 187 | #define BB_FEATURE_MOUNT_FORCE |
188 | // | 188 | // |
189 | // Enable support for mounting remote NFS volumes | 189 | // Enable support for mounting remote NFS volumes |
190 | // (This does not yet work with Linux 2.[34].x kernels) | ||
190 | //#define BB_FEATURE_NFSMOUNT | 191 | //#define BB_FEATURE_NFSMOUNT |
191 | // | 192 | // |
192 | // Enable support for creation of tar files. | 193 | // Enable support for creation of tar files. |