diff options
Diffstat (limited to 'util-linux')
36 files changed, 0 insertions, 42 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index fc8215cce..d473e24fc 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config ACPID | 9 | //config:config ACPID |
10 | //config: bool "acpid (9 kb)" | 10 | //config: bool "acpid (9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: acpid listens to ACPI events coming either in textual form from | 13 | //config: acpid listens to ACPI events coming either in textual form from |
15 | //config: /proc/acpi/event (though it is marked deprecated it is still widely | 14 | //config: /proc/acpi/event (though it is marked deprecated it is still widely |
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c index a77c7d057..ff2101ed0 100644 --- a/util-linux/blkdiscard.c +++ b/util-linux/blkdiscard.c | |||
@@ -8,7 +8,6 @@ | |||
8 | //config:config BLKDISCARD | 8 | //config:config BLKDISCARD |
9 | //config: bool "blkdiscard (4.3 kb)" | 9 | //config: bool "blkdiscard (4.3 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 11 | //config: help |
13 | //config: blkdiscard discards sectors on a given device. | 12 | //config: blkdiscard discards sectors on a given device. |
14 | 13 | ||
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index 008ae5d9e..4a820771f 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config BLKID | 9 | //config:config BLKID |
10 | //config: bool "blkid (12 kb)" | 10 | //config: bool "blkid (12 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: select VOLUMEID | 12 | //config: select VOLUMEID |
14 | //config: help | 13 | //config: help |
15 | //config: Lists labels and UUIDs of all filesystems. | 14 | //config: Lists labels and UUIDs of all filesystems. |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index a1f269142..dc4e57169 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //config:config DMESG | 11 | //config:config DMESG |
12 | //config: bool "dmesg (3.7 kb)" | 12 | //config: bool "dmesg (3.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
15 | //config: help | 14 | //config: help |
16 | //config: dmesg is used to examine or control the kernel ring buffer. When the | 15 | //config: dmesg is used to examine or control the kernel ring buffer. When the |
17 | //config: Linux kernel prints messages to the system log, they are stored in | 16 | //config: Linux kernel prints messages to the system log, they are stored in |
diff --git a/util-linux/eject.c b/util-linux/eject.c index 3ccb4ae89..29b0a86bd 100644 --- a/util-linux/eject.c +++ b/util-linux/eject.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //config:config EJECT | 15 | //config:config EJECT |
16 | //config: bool "eject (4 kb)" | 16 | //config: bool "eject (4 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | ||
19 | //config: help | 18 | //config: help |
20 | //config: Used to eject cdroms. (defaults to /dev/cdrom) | 19 | //config: Used to eject cdroms. (defaults to /dev/cdrom) |
21 | //config: | 20 | //config: |
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c index 770b1d2f9..afd70c45d 100644 --- a/util-linux/fatattr.c +++ b/util-linux/fatattr.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //config:config FATATTR | 11 | //config:config FATATTR |
12 | //config: bool "fatattr (1.9 kb)" | 12 | //config: bool "fatattr (1.9 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
15 | //config: help | 14 | //config: help |
16 | //config: fatattr lists or changes the file attributes on a fat file system. | 15 | //config: fatattr lists or changes the file attributes on a fat file system. |
17 | 16 | ||
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 699a19372..0b9a9a6bc 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //config:config FBSET | 14 | //config:config FBSET |
15 | //config: bool "fbset (5.9 kb)" | 15 | //config: bool "fbset (5.9 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: select PLATFORM_LINUX | ||
18 | //config: help | 17 | //config: help |
19 | //config: fbset is used to show or change the settings of a Linux frame buffer | 18 | //config: fbset is used to show or change the settings of a Linux frame buffer |
20 | //config: device. The frame buffer device provides a simple and unique | 19 | //config: device. The frame buffer device provides a simple and unique |
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index e1c8561d6..f0466fdbd 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -8,7 +8,6 @@ | |||
8 | //config:config FDFORMAT | 8 | //config:config FDFORMAT |
9 | //config: bool "fdformat (4.4 kb)" | 9 | //config: bool "fdformat (4.4 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 11 | //config: help |
13 | //config: fdformat is used to low-level format a floppy disk. | 12 | //config: fdformat is used to low-level format a floppy disk. |
14 | 13 | ||
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index f568fe92c..0fb2e3e17 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config FDISK | 10 | //config:config FDISK |
11 | //config: bool "fdisk (37 kb)" | 11 | //config: bool "fdisk (37 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: The fdisk utility is used to divide hard disks into one or more | 14 | //config: The fdisk utility is used to divide hard disks into one or more |
16 | //config: logical disks, which are generally called partitions. This utility | 15 | //config: logical disks, which are generally called partitions. This utility |
diff --git a/util-linux/findfs.c b/util-linux/findfs.c index 7ca9dc96b..f5621a1fa 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config FINDFS | 10 | //config:config FINDFS |
11 | //config: bool "findfs (12 kb)" | 11 | //config: bool "findfs (12 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: select VOLUMEID | 13 | //config: select VOLUMEID |
15 | //config: help | 14 | //config: help |
16 | //config: Prints the name of a filesystem with given label or UUID. | 15 | //config: Prints the name of a filesystem with given label or UUID. |
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index d27113d97..309169d25 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //config:config FDFLUSH | 11 | //config:config FDFLUSH |
12 | //config: bool "fdflush (1.3 kb)" | 12 | //config: bool "fdflush (1.3 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
15 | //config: help | 14 | //config: help |
16 | //config: fdflush is only needed when changing media on slightly-broken | 15 | //config: fdflush is only needed when changing media on slightly-broken |
17 | //config: removable media drives. It is used to make Linux believe that a | 16 | //config: removable media drives. It is used to make Linux believe that a |
@@ -24,7 +23,6 @@ | |||
24 | //config:config FREERAMDISK | 23 | //config:config FREERAMDISK |
25 | //config: bool "freeramdisk (1.3 kb)" | 24 | //config: bool "freeramdisk (1.3 kb)" |
26 | //config: default y | 25 | //config: default y |
27 | //config: select PLATFORM_LINUX | ||
28 | //config: help | 26 | //config: help |
29 | //config: Linux allows you to create ramdisks. This utility allows you to | 27 | //config: Linux allows you to create ramdisks. This utility allows you to |
30 | //config: delete them and completely free all memory that was used for the | 28 | //config: delete them and completely free all memory that was used for the |
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c index fb0b3c4bd..6e2ff0a54 100644 --- a/util-linux/fsfreeze.c +++ b/util-linux/fsfreeze.c | |||
@@ -7,7 +7,6 @@ | |||
7 | //config:config FSFREEZE | 7 | //config:config FSFREEZE |
8 | //config: bool "fsfreeze (3.5 kb)" | 8 | //config: bool "fsfreeze (3.5 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select PLATFORM_LINUX | ||
11 | //config: select LONG_OPTS | 10 | //config: select LONG_OPTS |
12 | //config: help | 11 | //config: help |
13 | //config: Halt new accesses and flush writes on a mounted filesystem. | 12 | //config: Halt new accesses and flush writes on a mounted filesystem. |
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index 48948e839..8d29a6d54 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config FSTRIM | 10 | //config:config FSTRIM |
11 | //config: bool "fstrim (4.4 kb)" | 11 | //config: bool "fstrim (4.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: Discard unused blocks on a mounted filesystem. | 14 | //config: Discard unused blocks on a mounted filesystem. |
16 | 15 | ||
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index dc97d8fb4..357906cca 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config HWCLOCK | 9 | //config:config HWCLOCK |
10 | //config: bool "hwclock (5.8 kb)" | 10 | //config: bool "hwclock (5.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: The hwclock utility is used to read and set the hardware clock | 13 | //config: The hwclock utility is used to read and set the hardware clock |
15 | //config: on a system. This is primarily used to set the current time on | 14 | //config: on a system. This is primarily used to set the current time on |
diff --git a/util-linux/ionice.c b/util-linux/ionice.c index daf64d537..40c04d5e0 100644 --- a/util-linux/ionice.c +++ b/util-linux/ionice.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config IONICE | 9 | //config:config IONICE |
10 | //config: bool "ionice (3.8 kb)" | 10 | //config: bool "ionice (3.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: Set/set program io scheduling class and priority | 13 | //config: Set/set program io scheduling class and priority |
15 | //config: Requires kernel >= 2.6.13 | 14 | //config: Requires kernel >= 2.6.13 |
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index df86cfb9d..ef2529c05 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config IPCS | 10 | //config:config IPCS |
11 | //config: bool "ipcs (11 kb)" | 11 | //config: bool "ipcs (11 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: The ipcs utility is used to provide information on the currently | 14 | //config: The ipcs utility is used to provide information on the currently |
16 | //config: allocated System V interprocess (IPC) objects in the system. | 15 | //config: allocated System V interprocess (IPC) objects in the system. |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index cc6c2b1d5..ac8b79502 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config LOSETUP | 9 | //config:config LOSETUP |
10 | //config: bool "losetup (5.5 kb)" | 10 | //config: bool "losetup (5.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: losetup is used to associate or detach a loop device with a regular | 13 | //config: losetup is used to associate or detach a loop device with a regular |
15 | //config: file or block device, and to query the status of a loop device. This | 14 | //config: file or block device, and to query the status of a loop device. This |
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index a6b4e850f..2f0b5fab9 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config LSPCI | 9 | //config:config LSPCI |
10 | //config: bool "lspci (6.3 kb)" | 10 | //config: bool "lspci (6.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: #select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: lspci is a utility for displaying information about PCI buses in the | 13 | //config: lspci is a utility for displaying information about PCI buses in the |
15 | //config: system and devices connected to them. | 14 | //config: system and devices connected to them. |
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index e27aa7f31..64a00eee2 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config LSUSB | 9 | //config:config LSUSB |
10 | //config: bool "lsusb (4.2 kb)" | 10 | //config: bool "lsusb (4.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: #select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: lsusb is a utility for displaying information about USB buses in the | 13 | //config: lsusb is a utility for displaying information about USB buses in the |
15 | //config: system and devices connected to them. | 14 | //config: system and devices connected to them. |
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 207a112c1..f42bebc20 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config MDEV | 10 | //config:config MDEV |
11 | //config: bool "mdev (17 kb)" | 11 | //config: bool "mdev (17 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: mdev is a mini-udev implementation for dynamically creating device | 14 | //config: mdev is a mini-udev implementation for dynamically creating device |
16 | //config: nodes in the /dev directory. | 15 | //config: nodes in the /dev directory. |
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index d568f4be5..1f525d75b 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c | |||
@@ -10,14 +10,12 @@ | |||
10 | //config:config MKE2FS | 10 | //config:config MKE2FS |
11 | //config: bool "mke2fs (10 kb)" | 11 | //config: bool "mke2fs (10 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: Utility to create EXT2 filesystems. | 14 | //config: Utility to create EXT2 filesystems. |
16 | //config: | 15 | //config: |
17 | //config:config MKFS_EXT2 | 16 | //config:config MKFS_EXT2 |
18 | //config: bool "mkfs.ext2 (10 kb)" | 17 | //config: bool "mkfs.ext2 (10 kb)" |
19 | //config: default y | 18 | //config: default y |
20 | //config: select PLATFORM_LINUX | ||
21 | //config: help | 19 | //config: help |
22 | //config: Alias to "mke2fs". | 20 | //config: Alias to "mke2fs". |
23 | 21 | ||
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 8f791cf66..3c72e5419 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -65,7 +65,6 @@ | |||
65 | //config:config MKFS_MINIX | 65 | //config:config MKFS_MINIX |
66 | //config: bool "mkfs.minix (10 kb)" | 66 | //config: bool "mkfs.minix (10 kb)" |
67 | //config: default y | 67 | //config: default y |
68 | //config: select PLATFORM_LINUX | ||
69 | //config: help | 68 | //config: help |
70 | //config: The minix filesystem is a nice, small, compact, read-write filesystem | 69 | //config: The minix filesystem is a nice, small, compact, read-write filesystem |
71 | //config: with little overhead. If you wish to be able to create minix | 70 | //config: with little overhead. If you wish to be able to create minix |
diff --git a/util-linux/mkfs_reiser.c b/util-linux/mkfs_reiser.c index d2eaf5f94..44a743147 100644 --- a/util-linux/mkfs_reiser.c +++ b/util-linux/mkfs_reiser.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config MKFS_REISER | 9 | //config:config MKFS_REISER |
10 | //config: bool "mkfs_reiser" | 10 | //config: bool "mkfs_reiser" |
11 | //config: default n | 11 | //config: default n |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: Utility to create ReiserFS filesystems. | 13 | //config: Utility to create ReiserFS filesystems. |
15 | //config: Note: this applet needs a lot of testing and polishing. | 14 | //config: Note: this applet needs a lot of testing and polishing. |
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 16c1fac00..844d965f8 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -10,14 +10,12 @@ | |||
10 | //config:config MKDOSFS | 10 | //config:config MKDOSFS |
11 | //config: bool "mkdosfs (7.2 kb)" | 11 | //config: bool "mkdosfs (7.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: Utility to create FAT32 filesystems. | 14 | //config: Utility to create FAT32 filesystems. |
16 | //config: | 15 | //config: |
17 | //config:config MKFS_VFAT | 16 | //config:config MKFS_VFAT |
18 | //config: bool "mkfs.vfat (7.2 kb)" | 17 | //config: bool "mkfs.vfat (7.2 kb)" |
19 | //config: default y | 18 | //config: default y |
20 | //config: select PLATFORM_LINUX | ||
21 | //config: help | 19 | //config: help |
22 | //config: Alias to "mkdosfs". | 20 | //config: Alias to "mkdosfs". |
23 | 21 | ||
diff --git a/util-linux/mount.c b/util-linux/mount.c index 84c85c057..b92e2c297 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -20,7 +20,6 @@ | |||
20 | //config:config MOUNT | 20 | //config:config MOUNT |
21 | //config: bool "mount (23 kb)" | 21 | //config: bool "mount (23 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: select PLATFORM_LINUX | ||
24 | //config: help | 23 | //config: help |
25 | //config: All files and filesystems in Unix are arranged into one big directory | 24 | //config: All files and filesystems in Unix are arranged into one big directory |
26 | //config: tree. The 'mount' utility is used to graft a filesystem onto a | 25 | //config: tree. The 'mount' utility is used to graft a filesystem onto a |
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c index 304f2d748..c48dcf885 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config NSENTER | 9 | //config:config NSENTER |
10 | //config: bool "nsenter (6.5 kb)" | 10 | //config: bool "nsenter (6.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: Run program with namespaces of other processes. | 13 | //config: Run program with namespaces of other processes. |
15 | 14 | ||
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index 41f29da32..ecc891100 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //config:config PIVOT_ROOT | 11 | //config:config PIVOT_ROOT |
12 | //config: bool "pivot_root (1.1 kb)" | 12 | //config: bool "pivot_root (1.1 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
15 | //config: help | 14 | //config: help |
16 | //config: The pivot_root utility swaps the mount points for the root filesystem | 15 | //config: The pivot_root utility swaps the mount points for the root filesystem |
17 | //config: with some other mounted filesystem. This allows you to do all sorts | 16 | //config: with some other mounted filesystem. This allows you to do all sorts |
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index c4ea374be..32d9987e7 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -34,7 +34,6 @@ | |||
34 | //config:config READPROFILE | 34 | //config:config READPROFILE |
35 | //config: bool "readprofile (7.1 kb)" | 35 | //config: bool "readprofile (7.1 kb)" |
36 | //config: default y | 36 | //config: default y |
37 | //config: #select PLATFORM_LINUX | ||
38 | //config: help | 37 | //config: help |
39 | //config: This allows you to parse /proc/profile for basic profiling. | 38 | //config: This allows you to parse /proc/profile for basic profiling. |
40 | 39 | ||
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index cad0f9d64..823e55662 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c | |||
@@ -25,7 +25,6 @@ | |||
25 | //config:config RTCWAKE | 25 | //config:config RTCWAKE |
26 | //config: bool "rtcwake (6.8 kb)" | 26 | //config: bool "rtcwake (6.8 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: select PLATFORM_LINUX | ||
29 | //config: help | 28 | //config: help |
30 | //config: Enter a system sleep state until specified wakeup time. | 29 | //config: Enter a system sleep state until specified wakeup time. |
31 | 30 | ||
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index 57051a683..cf8ef0064 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config SETARCH | 9 | //config:config SETARCH |
10 | //config: bool "setarch (3.6 kb)" | 10 | //config: bool "setarch (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: The linux32 utility is used to create a 32bit environment for the | 13 | //config: The linux32 utility is used to create a 32bit environment for the |
15 | //config: specified program (usually a shell). It only makes sense to have | 14 | //config: specified program (usually a shell). It only makes sense to have |
@@ -19,14 +18,12 @@ | |||
19 | //config:config LINUX32 | 18 | //config:config LINUX32 |
20 | //config: bool "linux32 (3.3 kb)" | 19 | //config: bool "linux32 (3.3 kb)" |
21 | //config: default y | 20 | //config: default y |
22 | //config: select PLATFORM_LINUX | ||
23 | //config: help | 21 | //config: help |
24 | //config: Alias to "setarch linux32". | 22 | //config: Alias to "setarch linux32". |
25 | //config: | 23 | //config: |
26 | //config:config LINUX64 | 24 | //config:config LINUX64 |
27 | //config: bool "linux64 (3.3 kb)" | 25 | //config: bool "linux64 (3.3 kb)" |
28 | //config: default y | 26 | //config: default y |
29 | //config: select PLATFORM_LINUX | ||
30 | //config: help | 27 | //config: help |
31 | //config: Alias to "setarch linux64". | 28 | //config: Alias to "setarch linux64". |
32 | 29 | ||
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c index e5cf96957..37e8821a1 100644 --- a/util-linux/setpriv.c +++ b/util-linux/setpriv.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config SETPRIV | 9 | //config:config SETPRIV |
10 | //config: bool "setpriv (6.6 kb)" | 10 | //config: bool "setpriv (6.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: select LONG_OPTS | 12 | //config: select LONG_OPTS |
14 | //config: help | 13 | //config: help |
15 | //config: Run a program with different Linux privilege settings. | 14 | //config: Run a program with different Linux privilege settings. |
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 567869cc7..e2ff4b5cc 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config SWAPON | 9 | //config:config SWAPON |
10 | //config: bool "swapon (15 kb)" | 10 | //config: bool "swapon (15 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: Once you have created some swap space using 'mkswap', you also need | 13 | //config: Once you have created some swap space using 'mkswap', you also need |
15 | //config: to enable your swap space with the 'swapon' utility. The 'swapoff' | 14 | //config: to enable your swap space with the 'swapon' utility. The 'swapoff' |
@@ -36,7 +35,6 @@ | |||
36 | //config:config SWAPOFF | 35 | //config:config SWAPOFF |
37 | //config: bool "swapoff (14 kb)" | 36 | //config: bool "swapoff (14 kb)" |
38 | //config: default y | 37 | //config: default y |
39 | //config: select PLATFORM_LINUX | ||
40 | //config: | 38 | //config: |
41 | //config:config FEATURE_SWAPONOFF_LABEL | 39 | //config:config FEATURE_SWAPONOFF_LABEL |
42 | //config: bool "Support specifying devices by label or UUID" | 40 | //config: bool "Support specifying devices by label or UUID" |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index a483893ed..c65096c27 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config SWITCH_ROOT | 9 | //config:config SWITCH_ROOT |
10 | //config: bool "switch_root (5.5 kb)" | 10 | //config: bool "switch_root (5.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: The switch_root utility is used from initramfs to select a new | 13 | //config: The switch_root utility is used from initramfs to select a new |
15 | //config: root device. Under initramfs, you have to use this instead of | 14 | //config: root device. Under initramfs, you have to use this instead of |
diff --git a/util-linux/uevent.c b/util-linux/uevent.c index 7a1d7d4a7..57d9328ef 100644 --- a/util-linux/uevent.c +++ b/util-linux/uevent.c | |||
@@ -6,7 +6,6 @@ | |||
6 | //config:config UEVENT | 6 | //config:config UEVENT |
7 | //config: bool "uevent (3.1 kb)" | 7 | //config: bool "uevent (3.1 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: select PLATFORM_LINUX | ||
10 | //config: help | 9 | //config: help |
11 | //config: uevent is a netlink listener for kernel uevent notifications | 10 | //config: uevent is a netlink listener for kernel uevent notifications |
12 | //config: sent via netlink. It is usually used for dynamic device creation. | 11 | //config: sent via netlink. It is usually used for dynamic device creation. |
diff --git a/util-linux/umount.c b/util-linux/umount.c index 077b635c8..63a3bf504 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config UMOUNT | 10 | //config:config UMOUNT |
11 | //config: bool "umount (5.1 kb)" | 11 | //config: bool "umount (5.1 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: When you want to remove a mounted filesystem from its current mount | 14 | //config: When you want to remove a mounted filesystem from its current mount |
16 | //config: point, for example when you are shutting down the system, the | 15 | //config: point, for example when you are shutting down the system, the |
diff --git a/util-linux/unshare.c b/util-linux/unshare.c index a943e7b03..2087413e8 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config: bool "unshare (7.2 kb)" | 10 | //config: bool "unshare (7.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: depends on !NOMMU | 12 | //config: depends on !NOMMU |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: select LONG_OPTS | 13 | //config: select LONG_OPTS |
15 | //config: help | 14 | //config: help |
16 | //config: Run program with some namespaces unshared from parent. | 15 | //config: Run program with some namespaces unshared from parent. |