Remove "select PLATFORM_LINUX"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2022-11-29 14:14:06 +01:00
parent 77216c368f
commit 99476502f9
54 changed files with 0 additions and 70 deletions

View File

@ -12,7 +12,6 @@
//config:config LOADFONT
//config: bool "loadfont (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: This program loads a console font from standard input.
//config:

View File

@ -10,7 +10,6 @@
//config:config OPENVT
//config: bool "openvt (7.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: This program is used to start a command on an unused
//config: virtual terminal.

View File

@ -8,7 +8,6 @@
//config:config RUN_INIT
//config: bool "run-init (7.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The run-init utility is used from initramfs to select a new
//config: root device. Under initramfs, you have to use this instead of

View File

@ -13,7 +13,6 @@
//config:config ADJTIMEX
//config: bool "adjtimex (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Adjtimex reads and optionally sets adjustment parameters for
//config: the Linux clock adjustment algorithm.

View File

@ -11,35 +11,30 @@
//config:config I2CGET
//config: bool "i2cget (5.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Read from I2C/SMBus chip registers.
//config:
//config:config I2CSET
//config: bool "i2cset (6.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Set I2C registers.
//config:
//config:config I2CDUMP
//config: bool "i2cdump (7.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Examine I2C registers.
//config:
//config:config I2CDETECT
//config: bool "i2cdetect (7.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Detect I2C chips.
//config:
//config:config I2CTRANSFER
//config: bool "i2ctransfer (4.0 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Send user-defined I2C messages in one transfer.
//config:

View File

@ -7,7 +7,6 @@
//config:config PARTPROBE
//config: bool "partprobe (3.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Ask kernel to rescan partition table.

View File

@ -9,7 +9,6 @@
//config:config UBIRENAME
//config: bool "ubirename (2.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to rename UBI volumes

View File

@ -11,7 +11,6 @@
//config:config WATCHDOG
//config: bool "watchdog (5.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The watchdog utility is used with hardware or software watchdog
//config: device drivers. It opens the specified watchdog device special file

View File

@ -8,7 +8,6 @@ menu "Linux Module Utilities"
config MODPROBE_SMALL
bool "Simplified modutils"
default y
select PLATFORM_LINUX
help
Build smaller (~1.5 kbytes), simplified module tools.

View File

@ -10,7 +10,6 @@
//config:config DEPMOD
//config: bool "depmod (27 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: depmod generates modules.dep (and potentially modules.alias
//config: and modules.symbols) that contain dependency information

View File

@ -9,7 +9,6 @@
//config:config INSMOD
//config: bool "insmod (22 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: insmod is used to load specified modules in the running kernel.

View File

@ -10,7 +10,6 @@
//config:config LSMOD
//config: bool "lsmod (1.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: lsmod is used to display a list of loaded modules.
//config:

View File

@ -8,7 +8,6 @@
//config:config MODINFO
//config: bool "modinfo (24 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Show information about a Linux Kernel module

View File

@ -10,7 +10,6 @@
//config:config MODPROBE
//config: bool "modprobe (28 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Handle the loading of modules, and their dependencies on a high
//config: level.

View File

@ -10,7 +10,6 @@
//config:config RMMOD
//config: bool "rmmod (3.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: rmmod is used to unload specified modules from the kernel.

View File

@ -15,7 +15,6 @@
//config:config ARP
//config: bool "arp (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Manipulate the system ARP cache.

View File

@ -8,7 +8,6 @@
//config:config ARPING
//config: bool "arping (9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Ping hosts by ARP packets.

View File

@ -12,7 +12,6 @@
//config:config BRCTL
//config: bool "brctl (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Manage ethernet bridges.
//config: Supports addbr/delbr and addif/delif.

View File

@ -27,7 +27,6 @@
//config:config IFCONFIG
//config: bool "ifconfig (12 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Ifconfig is used to configure the kernel-resident network interfaces.
//config:

View File

@ -9,7 +9,6 @@
//config:config IFPLUGD
//config: bool "ifplugd (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Network interface plug detection daemon.

View File

@ -11,7 +11,6 @@
//config:config IP
//config: bool "ip (35 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The "ip" applet is a TCP/IP interface configuration and routing
//config: utility.
@ -22,7 +21,6 @@
//config:config IPADDR
//config: bool "ipaddr (14 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_IP_ADDRESS
//config: help
//config: Short form of "ip addr"
@ -30,7 +28,6 @@
//config:config IPLINK
//config: bool "iplink (17 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_IP_LINK
//config: help
//config: Short form of "ip link"
@ -38,7 +35,6 @@
//config:config IPROUTE
//config: bool "iproute (15 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_IP_ROUTE
//config: help
//config: Short form of "ip route"
@ -53,7 +49,6 @@
//config:config IPRULE
//config: bool "iprule (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_IP_RULE
//config: help
//config: Short form of "ip rule"
@ -61,7 +56,6 @@
//config:config IPNEIGH
//config: bool "ipneigh (8.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_IP_NEIGH
//config: help
//config: Short form of "ip neigh"

View File

@ -12,7 +12,6 @@
//config:config NAMEIF
//config: bool "nameif (6.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_SYSLOG
//config: help
//config: nameif is used to rename network interface by its MAC address.

View File

@ -27,7 +27,6 @@
//config:config ROUTE
//config: bool "route (8.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Route displays or manipulates the kernel's IP routing tables.

View File

@ -9,7 +9,6 @@
//config:config TC
//config: bool "tc (8.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Show / manipulate traffic control settings
//config:

View File

@ -963,10 +963,8 @@ traceroute_init(int op, char **argv)
if (af == AF_INET) {
xmove_fd(xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP), rcvsock);
#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
# ifdef IP_PKTINFO
/* want recvmsg to report target local address (for -v) */
setsockopt_1(rcvsock, IPPROTO_IP, IP_PKTINFO);
# endif
#endif
}
#if ENABLE_TRACEROUTE6

View File

@ -12,7 +12,6 @@
//config:config TUNCTL
//config: bool "tunctl (6.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: tunctl creates or deletes tun devices.
//config:

View File

@ -6,7 +6,6 @@
config UDHCPD
bool "udhcpd (21 kb)"
default y
select PLATFORM_LINUX
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@ -54,7 +53,6 @@ config DUMPLEASES
config DHCPRELAY
bool "dhcprelay (5.2 kb)"
default y
select PLATFORM_LINUX
help
dhcprelay listens for DHCP requests on one or more interfaces
and forwards these requests to a different interface or DHCP
@ -63,7 +61,6 @@ config DHCPRELAY
config UDHCPC
bool "udhcpc (24 kb)"
default y
select PLATFORM_LINUX
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.

View File

@ -9,7 +9,6 @@
//config:config FREE
//config: bool "free (3.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: free displays the total amount of free and used physical and swap
//config: memory in the system, as well as the buffers used by the kernel.

View File

@ -14,7 +14,6 @@
//config:config UPTIME
//config: bool "uptime (3.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: uptime gives a one line display of the current time, how long
//config: the system has been running, how many users are currently logged

View File

@ -19,7 +19,6 @@
//config:config KLOGD
//config: bool "klogd (5.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: klogd is a utility which intercepts and logs all
//config: messages from the Linux kernel and sends the messages

View File

@ -9,7 +9,6 @@
//config:config ACPID
//config: bool "acpid (9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: acpid listens to ACPI events coming either in textual form from
//config: /proc/acpi/event (though it is marked deprecated it is still widely

View File

@ -8,7 +8,6 @@
//config:config BLKDISCARD
//config: bool "blkdiscard (4.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: blkdiscard discards sectors on a given device.

View File

@ -9,7 +9,6 @@
//config:config BLKID
//config: bool "blkid (12 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select VOLUMEID
//config: help
//config: Lists labels and UUIDs of all filesystems.

View File

@ -11,7 +11,6 @@
//config:config DMESG
//config: bool "dmesg (3.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: dmesg is used to examine or control the kernel ring buffer. When the
//config: Linux kernel prints messages to the system log, they are stored in

View File

@ -10,7 +10,6 @@
//config:config FDISK
//config: bool "fdisk (37 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The fdisk utility is used to divide hard disks into one or more
//config: logical disks, which are generally called partitions. This utility

View File

@ -10,7 +10,6 @@
//config:config FINDFS
//config: bool "findfs (12 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select VOLUMEID
//config: help
//config: Prints the name of a filesystem with given label or UUID.

View File

@ -11,7 +11,6 @@
//config:config FDFLUSH
//config: bool "fdflush (1.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: fdflush is only needed when changing media on slightly-broken
//config: removable media drives. It is used to make Linux believe that a
@ -24,7 +23,6 @@
//config:config FREERAMDISK
//config: bool "freeramdisk (1.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Linux allows you to create ramdisks. This utility allows you to
//config: delete them and completely free all memory that was used for the

View File

@ -7,7 +7,6 @@
//config:config FSFREEZE
//config: bool "fsfreeze (3.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select LONG_OPTS
//config: help
//config: Halt new accesses and flush writes on a mounted filesystem.

View File

@ -10,7 +10,6 @@
//config:config FSTRIM
//config: bool "fstrim (4.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Discard unused blocks on a mounted filesystem.

View File

@ -9,7 +9,6 @@
//config:config HWCLOCK
//config: bool "hwclock (5.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The hwclock utility is used to read and set the hardware clock
//config: on a system. This is primarily used to set the current time on

View File

@ -9,7 +9,6 @@
//config:config IONICE
//config: bool "ionice (3.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Set/set program io scheduling class and priority
//config: Requires kernel >= 2.6.13

View File

@ -9,7 +9,6 @@
//config:config LOSETUP
//config: bool "losetup (5.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: losetup is used to associate or detach a loop device with a regular
//config: file or block device, and to query the status of a loop device. This

View File

@ -10,7 +10,6 @@
//config:config MDEV
//config: bool "mdev (17 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: mdev is a mini-udev implementation for dynamically creating device
//config: nodes in the /dev directory.

View File

@ -10,7 +10,6 @@
//config:config MKE2FS
//config: bool "mke2fs (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to create EXT2 filesystems.
//config:

View File

@ -10,7 +10,6 @@
//config:config MKDOSFS
//config: bool "mkdosfs (7.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to create FAT32 filesystems.
//config:

View File

@ -20,7 +20,6 @@
//config:config MOUNT
//config: bool "mount (23 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: All files and filesystems in Unix are arranged into one big directory
//config: tree. The 'mount' utility is used to graft a filesystem onto a

View File

@ -9,7 +9,6 @@
//config:config NSENTER
//config: bool "nsenter (6.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Run program with namespaces of other processes.

View File

@ -11,7 +11,6 @@
//config:config PIVOT_ROOT
//config: bool "pivot_root (1.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The pivot_root utility swaps the mount points for the root filesystem
//config: with some other mounted filesystem. This allows you to do all sorts

View File

@ -9,7 +9,6 @@
//config:config SETARCH
//config: bool "setarch (3.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The linux32 utility is used to create a 32bit environment for the
//config: specified program (usually a shell). It only makes sense to have
@ -19,14 +18,12 @@
//config:config LINUX32
//config: bool "linux32 (3.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Alias to "setarch linux32".
//config:
//config:config LINUX64
//config: bool "linux64 (3.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Alias to "setarch linux64".

View File

@ -9,7 +9,6 @@
//config:config SETPRIV
//config: bool "setpriv (6.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select LONG_OPTS
//config: help
//config: Run a program with different Linux privilege settings.

View File

@ -9,7 +9,6 @@
//config:config SWAPON
//config: bool "swapon (15 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Once you have created some swap space using 'mkswap', you also need
//config: to enable your swap space with the 'swapon' utility. The 'swapoff'
@ -36,7 +35,6 @@
//config:config SWAPOFF
//config: bool "swapoff (14 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config:
//config:config FEATURE_SWAPONOFF_LABEL
//config: bool "Support specifying devices by label or UUID"

View File

@ -9,7 +9,6 @@
//config:config SWITCH_ROOT
//config: bool "switch_root (5.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The switch_root utility is used from initramfs to select a new
//config: root device. Under initramfs, you have to use this instead of

View File

@ -6,7 +6,6 @@
//config:config UEVENT
//config: bool "uevent (3.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: uevent is a netlink listener for kernel uevent notifications
//config: sent via netlink. It is usually used for dynamic device creation.

View File

@ -9,7 +9,6 @@
//config:config UNSHARE
//config: bool "unshare (7.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: depends on !NOMMU
//config: select LONG_OPTS
//config: help