diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-21 12:30:16 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-21 12:30:16 +0000 |
commit | dea66523b73700153b6e2b0c05146914974635d5 (patch) | |
tree | fe63d5258dc884c8156be1e01a227af32ca9bd75 | |
parent | 9939dacfa8a45d2097a454db04385f99dac760ee (diff) | |
download | busybox-w32-dea66523b73700153b6e2b0c05146914974635d5.tar.gz busybox-w32-dea66523b73700153b6e2b0c05146914974635d5.tar.bz2 busybox-w32-dea66523b73700153b6e2b0c05146914974635d5.zip |
mount: nfs mount should enable bb_error-to-syslog support
git-svn-id: svn://busybox.net/trunk/busybox@16171 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | util-linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 2da37db53..a215e250f 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -369,6 +369,7 @@ config CONFIG_FEATURE_MOUNT_NFS | |||
369 | bool "Support mounting NFS file systems" | 369 | bool "Support mounting NFS file systems" |
370 | default n | 370 | default n |
371 | depends on CONFIG_MOUNT | 371 | depends on CONFIG_MOUNT |
372 | select CONFIG_FEATURE_SYSLOG | ||
372 | help | 373 | help |
373 | Enable mounting of NFS file systems. | 374 | Enable mounting of NFS file systems. |
374 | 375 | ||