aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-17 20:56:36 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-19 18:35:26 +0200
commit07c3f3802d68880825052fb7902534bd31dc3f05 (patch)
treea296152d451acf6a79bc7215c7000d23aaa176b7 /util-linux
parente6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff)
downloadbusybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip
Config.in: mark all applets POSIX only
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index a59cc1ddf..572a5963d 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -8,6 +8,7 @@ menu "Linux System Utilities"
8config ACPID 8config ACPID
9 bool "acpid" 9 bool "acpid"
10 default n 10 default n
11 depends on PLATFORM_POSIX
11 help 12 help
12 acpid listens to ACPI events coming either in textual form from 13 acpid listens to ACPI events coming either in textual form from
13 /proc/acpi/event (though it is marked deprecated it is still widely 14 /proc/acpi/event (though it is marked deprecated it is still widely
@@ -30,6 +31,7 @@ config FEATURE_ACPID_COMPAT
30config BLKID 31config BLKID
31 bool "blkid" 32 bool "blkid"
32 default n 33 default n
34 depends on PLATFORM_POSIX
33 select VOLUMEID 35 select VOLUMEID
34 help 36 help
35 Lists labels and UUIDs of all filesystems. 37 Lists labels and UUIDs of all filesystems.
@@ -39,6 +41,7 @@ config BLKID
39config DMESG 41config DMESG
40 bool "dmesg" 42 bool "dmesg"
41 default n 43 default n
44 depends on PLATFORM_POSIX
42 help 45 help
43 dmesg is used to examine or control the kernel ring buffer. When the 46 dmesg is used to examine or control the kernel ring buffer. When the
44 Linux kernel prints messages to the system log, they are stored in 47 Linux kernel prints messages to the system log, they are stored in
@@ -72,6 +75,7 @@ config FEATURE_DMESG_PRETTY
72config FBSET 75config FBSET
73 bool "fbset" 76 bool "fbset"
74 default n 77 default n
78 depends on PLATFORM_POSIX
75 help 79 help
76 fbset is used to show or change the settings of a Linux frame buffer 80 fbset is used to show or change the settings of a Linux frame buffer
77 device. The frame buffer device provides a simple and unique 81 device. The frame buffer device provides a simple and unique
@@ -100,6 +104,7 @@ config FEATURE_FBSET_READMODE
100config FDFLUSH 104config FDFLUSH
101 bool "fdflush" 105 bool "fdflush"
102 default n 106 default n
107 depends on PLATFORM_POSIX
103 help 108 help
104 fdflush is only needed when changing media on slightly-broken 109 fdflush is only needed when changing media on slightly-broken
105 removable media drives. It is used to make Linux believe that a 110 removable media drives. It is used to make Linux believe that a
@@ -112,12 +117,14 @@ config FDFLUSH
112config FDFORMAT 117config FDFORMAT
113 bool "fdformat" 118 bool "fdformat"
114 default n 119 default n
120 depends on PLATFORM_POSIX
115 help 121 help
116 fdformat is used to low-level format a floppy disk. 122 fdformat is used to low-level format a floppy disk.
117 123
118config FDISK 124config FDISK
119 bool "fdisk" 125 bool "fdisk"
120 default n 126 default n
127 depends on PLATFORM_POSIX
121 help 128 help
122 The fdisk utility is used to divide hard disks into one or more 129 The fdisk utility is used to divide hard disks into one or more
123 logical disks, which are generally called partitions. This utility 130 logical disks, which are generally called partitions. This utility
@@ -185,6 +192,7 @@ config FEATURE_FDISK_ADVANCED
185config FINDFS 192config FINDFS
186 bool "findfs" 193 bool "findfs"
187 default n 194 default n
195 depends on PLATFORM_POSIX
188 select VOLUMEID 196 select VOLUMEID
189 help 197 help
190 Prints the name of a filesystem with given label or UUID. 198 Prints the name of a filesystem with given label or UUID.
@@ -194,12 +202,14 @@ config FINDFS
194config FLOCK 202config FLOCK
195 bool "flock" 203 bool "flock"
196 default n 204 default n
205 depends on PLATFORM_POSIX
197 help 206 help
198 Manage locks from shell scripts 207 Manage locks from shell scripts
199 208
200config FREERAMDISK 209config FREERAMDISK
201 bool "freeramdisk" 210 bool "freeramdisk"
202 default n 211 default n
212 depends on PLATFORM_POSIX
203 help 213 help
204 Linux allows you to create ramdisks. This utility allows you to 214 Linux allows you to create ramdisks. This utility allows you to
205 delete them and completely free all memory that was used for the 215 delete them and completely free all memory that was used for the
@@ -211,6 +221,7 @@ config FREERAMDISK
211config FSCK_MINIX 221config FSCK_MINIX
212 bool "fsck_minix" 222 bool "fsck_minix"
213 default n 223 default n
224 depends on PLATFORM_POSIX
214 help 225 help
215 The minix filesystem is a nice, small, compact, read-write filesystem 226 The minix filesystem is a nice, small, compact, read-write filesystem
216 with little overhead. It is not a journaling filesystem however and 227 with little overhead. It is not a journaling filesystem however and
@@ -222,12 +233,14 @@ config FSCK_MINIX
222config MKFS_EXT2 233config MKFS_EXT2
223 bool "mkfs_ext2" 234 bool "mkfs_ext2"
224 default n 235 default n
236 depends on PLATFORM_POSIX
225 help 237 help
226 Utility to create EXT2 filesystems. 238 Utility to create EXT2 filesystems.
227 239
228config MKFS_MINIX 240config MKFS_MINIX
229 bool "mkfs_minix" 241 bool "mkfs_minix"
230 default n 242 default n
243 depends on PLATFORM_POSIX
231 help 244 help
232 The minix filesystem is a nice, small, compact, read-write filesystem 245 The minix filesystem is a nice, small, compact, read-write filesystem
233 with little overhead. If you wish to be able to create minix 246 with little overhead. If you wish to be able to create minix
@@ -248,18 +261,21 @@ config FEATURE_MINIX2
248config MKFS_REISER 261config MKFS_REISER
249 bool "mkfs_reiser" 262 bool "mkfs_reiser"
250 default n 263 default n
264 depends on PLATFORM_POSIX
251 help 265 help
252 Utility to create ReiserFS filesystems. 266 Utility to create ReiserFS filesystems.
253 267
254config MKFS_VFAT 268config MKFS_VFAT
255 bool "mkfs_vfat" 269 bool "mkfs_vfat"
256 default n 270 default n
271 depends on PLATFORM_POSIX
257 help 272 help
258 Utility to create FAT32 filesystems. 273 Utility to create FAT32 filesystems.
259 274
260config GETOPT 275config GETOPT
261 bool "getopt" 276 bool "getopt"
262 default n 277 default n
278 depends on PLATFORM_POSIX
263 help 279 help
264 The getopt utility is used to break up (parse) options in command 280 The getopt utility is used to break up (parse) options in command
265 lines to make it easy to write complex shell scripts that also check 281 lines to make it easy to write complex shell scripts that also check
@@ -278,6 +294,7 @@ config FEATURE_GETOPT_LONG
278config HEXDUMP 294config HEXDUMP
279 bool "hexdump" 295 bool "hexdump"
280 default n 296 default n
297 depends on PLATFORM_POSIX
281 help 298 help
282 The hexdump utility is used to display binary data in a readable 299 The hexdump utility is used to display binary data in a readable
283 way that is comparable to the output from most hex editors. 300 way that is comparable to the output from most hex editors.
@@ -295,6 +312,7 @@ config FEATURE_HEXDUMP_REVERSE
295config HD 312config HD
296 bool "hd" 313 bool "hd"
297 default n 314 default n
315 depends on PLATFORM_POSIX
298 select HEXDUMP 316 select HEXDUMP
299 help 317 help
300 hd is an alias to hexdump -C. 318 hd is an alias to hexdump -C.
@@ -302,6 +320,7 @@ config HD
302config HWCLOCK 320config HWCLOCK
303 bool "hwclock" 321 bool "hwclock"
304 default n 322 default n
323 depends on PLATFORM_POSIX
305 help 324 help
306 The hwclock utility is used to read and set the hardware clock 325 The hwclock utility is used to read and set the hardware clock
307 on a system. This is primarily used to set the current time on 326 on a system. This is primarily used to set the current time on
@@ -332,6 +351,7 @@ config FEATURE_HWCLOCK_ADJTIME_FHS
332config IPCRM 351config IPCRM
333 bool "ipcrm" 352 bool "ipcrm"
334 default n 353 default n
354 depends on PLATFORM_POSIX
335 select FEATURE_SUID 355 select FEATURE_SUID
336 help 356 help
337 The ipcrm utility allows the removal of System V interprocess 357 The ipcrm utility allows the removal of System V interprocess
@@ -341,6 +361,7 @@ config IPCRM
341config IPCS 361config IPCS
342 bool "ipcs" 362 bool "ipcs"
343 default n 363 default n
364 depends on PLATFORM_POSIX
344 select FEATURE_SUID 365 select FEATURE_SUID
345 help 366 help
346 The ipcs utility is used to provide information on the currently 367 The ipcs utility is used to provide information on the currently
@@ -349,6 +370,7 @@ config IPCS
349config LOSETUP 370config LOSETUP
350 bool "losetup" 371 bool "losetup"
351 default n 372 default n
373 depends on PLATFORM_POSIX
352 help 374 help
353 losetup is used to associate or detach a loop device with a regular 375 losetup is used to associate or detach a loop device with a regular
354 file or block device, and to query the status of a loop device. This 376 file or block device, and to query the status of a loop device. This
@@ -357,6 +379,7 @@ config LOSETUP
357config LSPCI 379config LSPCI
358 bool "lspci" 380 bool "lspci"
359 default n 381 default n
382 depends on PLATFORM_POSIX
360 help 383 help
361 lspci is a utility for displaying information about PCI buses in the 384 lspci is a utility for displaying information about PCI buses in the
362 system and devices connected to them. 385 system and devices connected to them.
@@ -366,6 +389,7 @@ config LSPCI
366config LSUSB 389config LSUSB
367 bool "lsusb" 390 bool "lsusb"
368 default n 391 default n
392 depends on PLATFORM_POSIX
369 help 393 help
370 lsusb is a utility for displaying information about USB buses in the 394 lsusb is a utility for displaying information about USB buses in the
371 system and devices connected to them. 395 system and devices connected to them.
@@ -375,6 +399,7 @@ config LSUSB
375config MDEV 399config MDEV
376 bool "mdev" 400 bool "mdev"
377 default n 401 default n
402 depends on PLATFORM_POSIX
378 help 403 help
379 mdev is a mini-udev implementation for dynamically creating device 404 mdev is a mini-udev implementation for dynamically creating device
380 nodes in the /dev directory. 405 nodes in the /dev directory.
@@ -432,6 +457,7 @@ config FEATURE_MDEV_LOAD_FIRMWARE
432config MKSWAP 457config MKSWAP
433 bool "mkswap" 458 bool "mkswap"
434 default n 459 default n
460 depends on PLATFORM_POSIX
435 help 461 help
436 The mkswap utility is used to configure a file or disk partition as 462 The mkswap utility is used to configure a file or disk partition as
437 Linux swap space. This allows Linux to use the entire file or 463 Linux swap space. This allows Linux to use the entire file or
@@ -452,6 +478,7 @@ config FEATURE_MKSWAP_UUID
452config MORE 478config MORE
453 bool "more" 479 bool "more"
454 default n 480 default n
481 depends on PLATFORM_POSIX
455 help 482 help
456 more is a simple utility which allows you to read text one screen 483 more is a simple utility which allows you to read text one screen
457 sized page at a time. If you want to read text that is larger than 484 sized page at a time. If you want to read text that is larger than
@@ -688,6 +715,7 @@ config FEATURE_VOLUMEID_LINUXRAID
688config MOUNT 715config MOUNT
689 bool "mount" 716 bool "mount"
690 default n 717 default n
718 depends on PLATFORM_POSIX
691 help 719 help
692 All files and filesystems in Unix are arranged into one big directory 720 All files and filesystems in Unix are arranged into one big directory
693 tree. The 'mount' utility is used to graft a filesystem onto a 721 tree. The 'mount' utility is used to graft a filesystem onto a
@@ -770,6 +798,7 @@ config FEATURE_MOUNT_FSTAB
770config PIVOT_ROOT 798config PIVOT_ROOT
771 bool "pivot_root" 799 bool "pivot_root"
772 default n 800 default n
801 depends on PLATFORM_POSIX
773 help 802 help
774 The pivot_root utility swaps the mount points for the root filesystem 803 The pivot_root utility swaps the mount points for the root filesystem
775 with some other mounted filesystem. This allows you to do all sorts 804 with some other mounted filesystem. This allows you to do all sorts
@@ -782,6 +811,7 @@ config PIVOT_ROOT
782config RDATE 811config RDATE
783 bool "rdate" 812 bool "rdate"
784 default n 813 default n
814 depends on PLATFORM_POSIX
785 help 815 help
786 The rdate utility allows you to synchronize the date and time of your 816 The rdate utility allows you to synchronize the date and time of your
787 system clock with the date and time of a remote networked system using 817 system clock with the date and time of a remote networked system using
@@ -791,30 +821,35 @@ config RDATE
791config RDEV 821config RDEV
792 bool "rdev" 822 bool "rdev"
793 default n 823 default n
824 depends on PLATFORM_POSIX
794 help 825 help
795 Print the device node associated with the filesystem mounted at '/'. 826 Print the device node associated with the filesystem mounted at '/'.
796 827
797config READPROFILE 828config READPROFILE
798 bool "readprofile" 829 bool "readprofile"
799 default n 830 default n
831 depends on PLATFORM_POSIX
800 help 832 help
801 This allows you to parse /proc/profile for basic profiling. 833 This allows you to parse /proc/profile for basic profiling.
802 834
803config RTCWAKE 835config RTCWAKE
804 bool "rtcwake" 836 bool "rtcwake"
805 default n 837 default n
838 depends on PLATFORM_POSIX
806 help 839 help
807 Enter a system sleep state until specified wakeup time. 840 Enter a system sleep state until specified wakeup time.
808 841
809config SCRIPT 842config SCRIPT
810 bool "script" 843 bool "script"
811 default n 844 default n
845 depends on PLATFORM_POSIX
812 help 846 help
813 The script makes typescript of terminal session. 847 The script makes typescript of terminal session.
814 848
815config SCRIPTREPLAY 849config SCRIPTREPLAY
816 bool "scriptreplay" 850 bool "scriptreplay"
817 default n 851 default n
852 depends on PLATFORM_POSIX
818 help 853 help
819 This program replays a typescript, using timing information 854 This program replays a typescript, using timing information
820 given by script -t. 855 given by script -t.
@@ -822,6 +857,7 @@ config SCRIPTREPLAY
822config SETARCH 857config SETARCH
823 bool "setarch" 858 bool "setarch"
824 default n 859 default n
860 depends on PLATFORM_POSIX
825 help 861 help
826 The linux32 utility is used to create a 32bit environment for the 862 The linux32 utility is used to create a 32bit environment for the
827 specified program (usually a shell). It only makes sense to have 863 specified program (usually a shell). It only makes sense to have
@@ -831,6 +867,7 @@ config SETARCH
831config SWAPONOFF 867config SWAPONOFF
832 bool "swaponoff" 868 bool "swaponoff"
833 default n 869 default n
870 depends on PLATFORM_POSIX
834 help 871 help
835 This option enables both the 'swapon' and the 'swapoff' utilities. 872 This option enables both the 'swapon' and the 'swapoff' utilities.
836 Once you have created some swap space using 'mkswap', you also need 873 Once you have created some swap space using 'mkswap', you also need
@@ -849,6 +886,7 @@ config FEATURE_SWAPON_PRI
849config SWITCH_ROOT 886config SWITCH_ROOT
850 bool "switch_root" 887 bool "switch_root"
851 default n 888 default n
889 depends on PLATFORM_POSIX
852 help 890 help
853 The switch_root utility is used from initramfs to select a new 891 The switch_root utility is used from initramfs to select a new
854 root device. Under initramfs, you have to use this instead of 892 root device. Under initramfs, you have to use this instead of
@@ -868,6 +906,7 @@ config SWITCH_ROOT
868config UMOUNT 906config UMOUNT
869 bool "umount" 907 bool "umount"
870 default n 908 default n
909 depends on PLATFORM_POSIX
871 help 910 help
872 When you want to remove a mounted filesystem from its current mount 911 When you want to remove a mounted filesystem from its current mount
873 point, for example when you are shutting down the system, the 912 point, for example when you are shutting down the system, the