aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-21 12:30:16 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-21 12:30:16 +0000
commitce32f65a1bf6561660decd92913b782fb9aafbdd (patch)
treefe63d5258dc884c8156be1e01a227af32ca9bd75
parenta5286433306e81df401db52b316c40f4c11e19ca (diff)
downloadbusybox-w32-ce32f65a1bf6561660decd92913b782fb9aafbdd.tar.gz
busybox-w32-ce32f65a1bf6561660decd92913b782fb9aafbdd.tar.bz2
busybox-w32-ce32f65a1bf6561660decd92913b782fb9aafbdd.zip
mount: nfs mount should enable bb_error-to-syslog support
-rw-r--r--util-linux/Config.in1
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