diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 0469b6399..ee20b10a1 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -8,6 +8,7 @@ menu "Miscellaneous Utilities" | |||
8 | config ADJTIMEX | 8 | config ADJTIMEX |
9 | bool "adjtimex" | 9 | bool "adjtimex" |
10 | default n | 10 | default n |
11 | depends on PLATFORM_POSIX | ||
11 | help | 12 | help |
12 | Adjtimex reads and optionally sets adjustment parameters for | 13 | Adjtimex reads and optionally sets adjustment parameters for |
13 | the Linux clock adjustment algorithm. | 14 | the Linux clock adjustment algorithm. |
@@ -15,6 +16,7 @@ config ADJTIMEX | |||
15 | config BBCONFIG | 16 | config BBCONFIG |
16 | bool "bbconfig" | 17 | bool "bbconfig" |
17 | default n | 18 | default n |
19 | depends on PLATFORM_POSIX | ||
18 | help | 20 | help |
19 | The bbconfig applet will print the config file with which | 21 | The bbconfig applet will print the config file with which |
20 | busybox was built. | 22 | busybox was built. |
@@ -22,6 +24,7 @@ config BBCONFIG | |||
22 | config BEEP | 24 | config BEEP |
23 | bool "beep" | 25 | bool "beep" |
24 | default n | 26 | default n |
27 | depends on PLATFORM_POSIX | ||
25 | help | 28 | help |
26 | The beep applets beeps in a given freq/Hz. | 29 | The beep applets beeps in a given freq/Hz. |
27 | 30 | ||
@@ -44,6 +47,7 @@ config FEATURE_BEEP_LENGTH_MS | |||
44 | config CHAT | 47 | config CHAT |
45 | bool "chat" | 48 | bool "chat" |
46 | default n | 49 | default n |
50 | depends on PLATFORM_POSIX | ||
47 | help | 51 | help |
48 | Simple chat utility. | 52 | Simple chat utility. |
49 | 53 | ||
@@ -111,6 +115,7 @@ config FEATURE_CHAT_CLR_ABORT | |||
111 | config CHRT | 115 | config CHRT |
112 | bool "chrt" | 116 | bool "chrt" |
113 | default n | 117 | default n |
118 | depends on PLATFORM_POSIX | ||
114 | help | 119 | help |
115 | manipulate real-time attributes of a process. | 120 | manipulate real-time attributes of a process. |
116 | This requires sched_{g,s}etparam support in your libc. | 121 | This requires sched_{g,s}etparam support in your libc. |
@@ -118,6 +123,7 @@ config CHRT | |||
118 | config CROND | 123 | config CROND |
119 | bool "crond" | 124 | bool "crond" |
120 | default n | 125 | default n |
126 | depends on PLATFORM_POSIX | ||
121 | select FEATURE_SUID | 127 | select FEATURE_SUID |
122 | select FEATURE_SYSLOG | 128 | select FEATURE_SYSLOG |
123 | help | 129 | help |
@@ -153,6 +159,7 @@ config FEATURE_CROND_DIR | |||
153 | config CRONTAB | 159 | config CRONTAB |
154 | bool "crontab" | 160 | bool "crontab" |
155 | default n | 161 | default n |
162 | depends on PLATFORM_POSIX | ||
156 | select FEATURE_SUID | 163 | select FEATURE_SUID |
157 | help | 164 | help |
158 | Crontab manipulates the crontab for a particular user. Only | 165 | Crontab manipulates the crontab for a particular user. Only |
@@ -163,6 +170,7 @@ config CRONTAB | |||
163 | config DC | 170 | config DC |
164 | bool "dc" | 171 | bool "dc" |
165 | default n | 172 | default n |
173 | depends on PLATFORM_POSIX | ||
166 | help | 174 | help |
167 | Dc is a reverse-polish desk calculator which supports unlimited | 175 | Dc is a reverse-polish desk calculator which supports unlimited |
168 | precision arithmetic. | 176 | precision arithmetic. |
@@ -178,6 +186,7 @@ config FEATURE_DC_LIBM | |||
178 | config DEVFSD | 186 | config DEVFSD |
179 | bool "devfsd (obsolete)" | 187 | bool "devfsd (obsolete)" |
180 | default n | 188 | default n |
189 | depends on PLATFORM_POSIX | ||
181 | select FEATURE_SYSLOG | 190 | select FEATURE_SYSLOG |
182 | help | 191 | help |
183 | This is deprecated and should NOT be used anymore. | 192 | This is deprecated and should NOT be used anymore. |
@@ -221,6 +230,7 @@ config DEVFSD_VERBOSE | |||
221 | config FEATURE_DEVFS | 230 | config FEATURE_DEVFS |
222 | bool "Use devfs names for all devices (obsolete)" | 231 | bool "Use devfs names for all devices (obsolete)" |
223 | default n | 232 | default n |
233 | depends on PLATFORM_POSIX | ||
224 | help | 234 | help |
225 | This is obsolete and should NOT be used anymore. | 235 | This is obsolete and should NOT be used anymore. |
226 | Use linux >= 2.6 (optionally with hotplug) and mdev instead! | 236 | Use linux >= 2.6 (optionally with hotplug) and mdev instead! |
@@ -233,6 +243,7 @@ config FEATURE_DEVFS | |||
233 | config DEVMEM | 243 | config DEVMEM |
234 | bool "devmem" | 244 | bool "devmem" |
235 | default n | 245 | default n |
246 | depends on PLATFORM_POSIX | ||
236 | help | 247 | help |
237 | devmem is a small program that reads and writes from physical | 248 | devmem is a small program that reads and writes from physical |
238 | memory using /dev/mem. | 249 | memory using /dev/mem. |
@@ -240,6 +251,7 @@ config DEVMEM | |||
240 | config EJECT | 251 | config EJECT |
241 | bool "eject" | 252 | bool "eject" |
242 | default n | 253 | default n |
254 | depends on PLATFORM_POSIX | ||
243 | help | 255 | help |
244 | Used to eject cdroms. (defaults to /dev/cdrom) | 256 | Used to eject cdroms. (defaults to /dev/cdrom) |
245 | 257 | ||
@@ -254,6 +266,7 @@ config FEATURE_EJECT_SCSI | |||
254 | config FBSPLASH | 266 | config FBSPLASH |
255 | bool "fbsplash" | 267 | bool "fbsplash" |
256 | default n | 268 | default n |
269 | depends on PLATFORM_POSIX | ||
257 | help | 270 | help |
258 | Shows splash image and progress bar on framebuffer device. | 271 | Shows splash image and progress bar on framebuffer device. |
259 | Can be used during boot phase of an embedded device. ~2kb. | 272 | Can be used during boot phase of an embedded device. ~2kb. |
@@ -275,6 +288,7 @@ config FBSPLASH | |||
275 | config FLASHCP | 288 | config FLASHCP |
276 | bool "flashcp" | 289 | bool "flashcp" |
277 | default n | 290 | default n |
291 | depends on PLATFORM_POSIX | ||
278 | help | 292 | help |
279 | The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. | 293 | The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. |
280 | This utility is used to copy images into a MTD device. | 294 | This utility is used to copy images into a MTD device. |
@@ -282,6 +296,7 @@ config FLASHCP | |||
282 | config FLASH_LOCK | 296 | config FLASH_LOCK |
283 | bool "flash_lock" | 297 | bool "flash_lock" |
284 | default n | 298 | default n |
299 | depends on PLATFORM_POSIX | ||
285 | help | 300 | help |
286 | The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This | 301 | The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This |
287 | utility locks part or all of the flash device. | 302 | utility locks part or all of the flash device. |
@@ -289,6 +304,7 @@ config FLASH_LOCK | |||
289 | config FLASH_UNLOCK | 304 | config FLASH_UNLOCK |
290 | bool "flash_unlock" | 305 | bool "flash_unlock" |
291 | default n | 306 | default n |
307 | depends on PLATFORM_POSIX | ||
292 | help | 308 | help |
293 | The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This | 309 | The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This |
294 | utility unlocks part or all of the flash device. | 310 | utility unlocks part or all of the flash device. |
@@ -296,6 +312,7 @@ config FLASH_UNLOCK | |||
296 | config FLASH_ERASEALL | 312 | config FLASH_ERASEALL |
297 | bool "flash_eraseall" | 313 | bool "flash_eraseall" |
298 | default n | 314 | default n |
315 | depends on PLATFORM_POSIX | ||
299 | help | 316 | help |
300 | The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. | 317 | The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. |
301 | This utility is used to erase the whole MTD device. | 318 | This utility is used to erase the whole MTD device. |
@@ -303,6 +320,7 @@ config FLASH_ERASEALL | |||
303 | config IONICE | 320 | config IONICE |
304 | bool "ionice" | 321 | bool "ionice" |
305 | default n | 322 | default n |
323 | depends on PLATFORM_POSIX | ||
306 | help | 324 | help |
307 | Set/set program io scheduling class and priority | 325 | Set/set program io scheduling class and priority |
308 | Requires kernel >= 2.6.13 | 326 | Requires kernel >= 2.6.13 |
@@ -310,6 +328,7 @@ config IONICE | |||
310 | config INOTIFYD | 328 | config INOTIFYD |
311 | bool "inotifyd" | 329 | bool "inotifyd" |
312 | default n | 330 | default n |
331 | depends on PLATFORM_POSIX | ||
313 | help | 332 | help |
314 | Simple inotify daemon. Reports filesystem changes. Requires | 333 | Simple inotify daemon. Reports filesystem changes. Requires |
315 | kernel >= 2.6.13 | 334 | kernel >= 2.6.13 |
@@ -318,6 +337,7 @@ config LAST | |||
318 | bool "last" | 337 | bool "last" |
319 | default n | 338 | default n |
320 | depends on FEATURE_WTMP | 339 | depends on FEATURE_WTMP |
340 | depends on PLATFORM_POSIX | ||
321 | help | 341 | help |
322 | 'last' displays a list of the last users that logged into the system. | 342 | 'last' displays a list of the last users that logged into the system. |
323 | 343 | ||
@@ -342,6 +362,7 @@ endchoice | |||
342 | config LESS | 362 | config LESS |
343 | bool "less" | 363 | bool "less" |
344 | default n | 364 | default n |
365 | depends on PLATFORM_POSIX | ||
345 | help | 366 | help |
346 | '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 |
347 | a wide array of features, and is an improvement over 'more'. | 368 | a wide array of features, and is an improvement over 'more'. |
@@ -408,6 +429,7 @@ config FEATURE_LESS_LINENUMS | |||
408 | config HDPARM | 429 | config HDPARM |
409 | bool "hdparm" | 430 | bool "hdparm" |
410 | default n | 431 | default n |
432 | depends on PLATFORM_POSIX | ||
411 | help | 433 | help |
412 | Get/Set hard drive parameters. Primarily intended for ATA | 434 | Get/Set hard drive parameters. Primarily intended for ATA |
413 | drives. Adds about 13k (or around 30k if you enable the | 435 | drives. Adds about 13k (or around 30k if you enable the |
@@ -466,6 +488,7 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA | |||
466 | config MAKEDEVS | 488 | config MAKEDEVS |
467 | bool "makedevs" | 489 | bool "makedevs" |
468 | default n | 490 | default n |
491 | depends on PLATFORM_POSIX | ||
469 | help | 492 | help |
470 | 'makedevs' is a utility used to create a batch of devices with | 493 | 'makedevs' is a utility used to create a batch of devices with |
471 | one command. | 494 | one command. |
@@ -498,24 +521,28 @@ endchoice | |||
498 | config MAN | 521 | config MAN |
499 | bool "man" | 522 | bool "man" |
500 | default n | 523 | default n |
524 | depends on PLATFORM_POSIX | ||
501 | help | 525 | help |
502 | Format and display manual pages. | 526 | Format and display manual pages. |
503 | 527 | ||
504 | config MICROCOM | 528 | config MICROCOM |
505 | bool "microcom" | 529 | bool "microcom" |
506 | default n | 530 | default n |
531 | depends on PLATFORM_POSIX | ||
507 | help | 532 | help |
508 | The poor man's minicom utility for chatting with serial port devices. | 533 | The poor man's minicom utility for chatting with serial port devices. |
509 | 534 | ||
510 | config MOUNTPOINT | 535 | config MOUNTPOINT |
511 | bool "mountpoint" | 536 | bool "mountpoint" |
512 | default n | 537 | default n |
538 | depends on PLATFORM_POSIX | ||
513 | help | 539 | help |
514 | mountpoint checks if the directory is a mountpoint. | 540 | mountpoint checks if the directory is a mountpoint. |
515 | 541 | ||
516 | config MT | 542 | config MT |
517 | bool "mt" | 543 | bool "mt" |
518 | default n | 544 | default n |
545 | depends on PLATFORM_POSIX | ||
519 | help | 546 | help |
520 | mt is used to control tape devices. You can use the mt utility | 547 | mt is used to control tape devices. You can use the mt utility |
521 | to advance or rewind a tape past a specified number of archive | 548 | to advance or rewind a tape past a specified number of archive |
@@ -524,6 +551,7 @@ config MT | |||
524 | config RAIDAUTORUN | 551 | config RAIDAUTORUN |
525 | bool "raidautorun" | 552 | bool "raidautorun" |
526 | default n | 553 | default n |
554 | depends on PLATFORM_POSIX | ||
527 | help | 555 | help |
528 | raidautorun tells the kernel md driver to | 556 | raidautorun tells the kernel md driver to |
529 | search and start RAID arrays. | 557 | search and start RAID arrays. |
@@ -548,6 +576,7 @@ config READAHEAD | |||
548 | config RUNLEVEL | 576 | config RUNLEVEL |
549 | bool "runlevel" | 577 | bool "runlevel" |
550 | default n | 578 | default n |
579 | depends on PLATFORM_POSIX | ||
551 | help | 580 | help |
552 | find the current and previous system runlevel. | 581 | find the current and previous system runlevel. |
553 | 582 | ||
@@ -557,18 +586,21 @@ config RUNLEVEL | |||
557 | config RX | 586 | config RX |
558 | bool "rx" | 587 | bool "rx" |
559 | default n | 588 | default n |
589 | depends on PLATFORM_POSIX | ||
560 | help | 590 | help |
561 | Receive files using the Xmodem protocol. | 591 | Receive files using the Xmodem protocol. |
562 | 592 | ||
563 | config SETSID | 593 | config SETSID |
564 | bool "setsid" | 594 | bool "setsid" |
565 | default n | 595 | default n |
596 | depends on PLATFORM_POSIX | ||
566 | help | 597 | help |
567 | setsid runs a program in a new session | 598 | setsid runs a program in a new session |
568 | 599 | ||
569 | config STRINGS | 600 | config STRINGS |
570 | bool "strings" | 601 | bool "strings" |
571 | default n | 602 | default n |
603 | depends on PLATFORM_POSIX | ||
572 | help | 604 | help |
573 | strings prints the printable character sequences for each file | 605 | strings prints the printable character sequences for each file |
574 | specified. | 606 | specified. |
@@ -576,6 +608,7 @@ config STRINGS | |||
576 | config TASKSET | 608 | config TASKSET |
577 | bool "taskset" | 609 | bool "taskset" |
578 | default n | 610 | default n |
611 | depends on PLATFORM_POSIX | ||
579 | help | 612 | help |
580 | Retrieve or set a processes's CPU affinity. | 613 | Retrieve or set a processes's CPU affinity. |
581 | This requires sched_{g,s}etaffinity support in your libc. | 614 | This requires sched_{g,s}etaffinity support in your libc. |
@@ -592,6 +625,7 @@ config FEATURE_TASKSET_FANCY | |||
592 | config TIME | 625 | config TIME |
593 | bool "time" | 626 | bool "time" |
594 | default n | 627 | default n |
628 | depends on PLATFORM_POSIX | ||
595 | help | 629 | help |
596 | The time command runs the specified program with the given arguments. | 630 | The time command runs the specified program with the given arguments. |
597 | When the command finishes, time writes a message to standard output | 631 | When the command finishes, time writes a message to standard output |
@@ -600,6 +634,7 @@ config TIME | |||
600 | config TIMEOUT | 634 | config TIMEOUT |
601 | bool "timeout" | 635 | bool "timeout" |
602 | default n | 636 | default n |
637 | depends on PLATFORM_POSIX | ||
603 | help | 638 | help |
604 | Runs a program and watches it. If it does not terminate in | 639 | Runs a program and watches it. If it does not terminate in |
605 | specified number of seconds, it is sent a signal. | 640 | specified number of seconds, it is sent a signal. |
@@ -607,6 +642,7 @@ config TIMEOUT | |||
607 | config TTYSIZE | 642 | config TTYSIZE |
608 | bool "ttysize" | 643 | bool "ttysize" |
609 | default n | 644 | default n |
645 | depends on PLATFORM_POSIX | ||
610 | help | 646 | help |
611 | A replacement for "stty size". Unlike stty, can report only width, | 647 | A replacement for "stty size". Unlike stty, can report only width, |
612 | only height, or both, in any order. It also does not complain on | 648 | only height, or both, in any order. It also does not complain on |
@@ -616,18 +652,21 @@ config TTYSIZE | |||
616 | config VOLNAME | 652 | config VOLNAME |
617 | bool "volname" | 653 | bool "volname" |
618 | default n | 654 | default n |
655 | depends on PLATFORM_POSIX | ||
619 | help | 656 | help |
620 | Prints a CD-ROM volume name. | 657 | Prints a CD-ROM volume name. |
621 | 658 | ||
622 | config WALL | 659 | config WALL |
623 | bool "wall" | 660 | bool "wall" |
624 | default n | 661 | default n |
662 | depends on PLATFORM_POSIX | ||
625 | help | 663 | help |
626 | Write a message to all users that are logged in. | 664 | Write a message to all users that are logged in. |
627 | 665 | ||
628 | config WATCHDOG | 666 | config WATCHDOG |
629 | bool "watchdog" | 667 | bool "watchdog" |
630 | default n | 668 | default n |
669 | depends on PLATFORM_POSIX | ||
631 | help | 670 | help |
632 | The watchdog utility is used with hardware or software watchdog | 671 | The watchdog utility is used with hardware or software watchdog |
633 | device drivers. It opens the specified watchdog device special file | 672 | device drivers. It opens the specified watchdog device special file |