aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-29 22:09:23 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-29 22:09:23 +0200
commit7948d60b4f6557cbe25cf4f5c1a7be077dd4a0d7 (patch)
tree7cce2f3c29aa7d65ddd8ea75e2a8c86144728b5d
parent4190cea25f1a2b759a35c2f1245caa2359b34639 (diff)
downloadbusybox-w32-7948d60b4f6557cbe25cf4f5c1a7be077dd4a0d7.tar.gz
busybox-w32-7948d60b4f6557cbe25cf4f5c1a7be077dd4a0d7.tar.bz2
busybox-w32-7948d60b4f6557cbe25cf4f5c1a7be077dd4a0d7.zip
miscutils/Config.in
-rw-r--r--miscutils/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index ee20b10a1..a744fa958 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -16,7 +16,7 @@ config ADJTIMEX
16config BBCONFIG 16config BBCONFIG
17 bool "bbconfig" 17 bool "bbconfig"
18 default n 18 default n
19 depends on PLATFORM_POSIX 19 depends on PLATFORM_POSIX || PLATFORM_MINGW32
20 help 20 help
21 The bbconfig applet will print the config file with which 21 The bbconfig applet will print the config file with which
22 busybox was built. 22 busybox was built.
@@ -24,7 +24,7 @@ config BBCONFIG
24config BEEP 24config BEEP
25 bool "beep" 25 bool "beep"
26 default n 26 default n
27 depends on PLATFORM_POSIX 27 depends on PLATFORM_POSIX || PLATFORM_MINGW32
28 help 28 help
29 The beep applets beeps in a given freq/Hz. 29 The beep applets beeps in a given freq/Hz.
30 30
@@ -170,7 +170,7 @@ config CRONTAB
170config DC 170config DC
171 bool "dc" 171 bool "dc"
172 default n 172 default n
173 depends on PLATFORM_POSIX 173 depends on PLATFORM_POSIX || PLATFORM_MINGW32
174 help 174 help
175 Dc is a reverse-polish desk calculator which supports unlimited 175 Dc is a reverse-polish desk calculator which supports unlimited
176 precision arithmetic. 176 precision arithmetic.
@@ -362,7 +362,7 @@ endchoice
362config LESS 362config LESS
363 bool "less" 363 bool "less"
364 default n 364 default n
365 depends on PLATFORM_POSIX 365 depends on PLATFORM_POSIX || PLATFORM_MINGW32
366 help 366 help
367 'less' is a pager, meaning that it displays text files. It possesses 367 'less' is a pager, meaning that it displays text files. It possesses
368 a wide array of features, and is an improvement over 'more'. 368 a wide array of features, and is an improvement over 'more'.
@@ -521,7 +521,7 @@ endchoice
521config MAN 521config MAN
522 bool "man" 522 bool "man"
523 default n 523 default n
524 depends on PLATFORM_POSIX 524 depends on PLATFORM_POSIX || PLATFORM_MINGW32
525 help 525 help
526 Format and display manual pages. 526 Format and display manual pages.
527 527