aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-08 19:20:29 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:33 +0200
commit655306d32ca73ae8b046207f0ca8c599a1934667 (patch)
treec9e703cf0c510be12ee4d873a2e4bc525f79d6ce
parentfd704aa0db21aa03938b824b409107504d7c3482 (diff)
downloadbusybox-w32-655306d32ca73ae8b046207f0ca8c599a1934667.tar.gz
busybox-w32-655306d32ca73ae8b046207f0ca8c599a1934667.tar.bz2
busybox-w32-655306d32ca73ae8b046207f0ca8c599a1934667.zip
win32: Config.in: ln hardlink is supported
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-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