aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 4bce42411..925d94837 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -380,7 +380,7 @@ config LENGTH
380config LN 380config LN
381 bool "ln" 381 bool "ln"
382 default n 382 default n
383 depends on PLATFORM_POSIX 383 depends on PLATFORM_POSIX || PLATFORM_MINGW32
384 help 384 help
385 ln is used to create hard or soft links between files. 385 ln is used to create hard or soft links between files.
386 386