diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h index 4871d8a72..0f2bcefeb 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -195,14 +195,14 @@ | |||
195 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 195 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
196 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 196 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT |
197 | // | 197 | // |
198 | // Enable support for mounting remote NFS volumes | ||
199 | // (This does not yet work with Linux 2.[34].x kernels) | ||
200 | #define BB_FEATURE_NFSMOUNT | ||
201 | // | ||
198 | // Enable support forced filesystem unmounting | 202 | // Enable support forced filesystem unmounting |
199 | // (i.e. in case of an unreachable NFS system). | 203 | // (i.e. in case of an unreachable NFS system). |
200 | #define BB_FEATURE_MOUNT_FORCE | 204 | #define BB_FEATURE_MOUNT_FORCE |
201 | // | 205 | // |
202 | // Enable support for mounting remote NFS volumes | ||
203 | // (This does not yet work with Linux 2.[34].x kernels) | ||
204 | //#define BB_FEATURE_NFSMOUNT | ||
205 | // | ||
206 | // Enable support for creation of tar files. | 206 | // Enable support for creation of tar files. |
207 | #define BB_FEATURE_TAR_CREATE | 207 | #define BB_FEATURE_TAR_CREATE |
208 | // | 208 | // |