build system: drop PLATFORM_LINUX

PLATFORM_LINUX is a hidden configuration option which is disabled by
default and enabled at over a hundred locations for features that are
deemed to be Linux specific.

The only effect of PLATFORM_LINUX is to control compilation of
libbb/match_fstype.c.  This file is only needed by mount and umount.

Remove all references to PLATFORM_LINUX and compile match_fstype.c
if mount or umount is enabled.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Ron Yorston
2020-08-04 08:24:19 +01:00
committed by Denys Vlasenko
parent 9914d8b861
commit 5c69ad0ecd
109 changed files with 2 additions and 146 deletions

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

@@ -66,7 +66,6 @@
//config:config ETHER_WAKE
//config: bool "ether-wake (4.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Send a magic packet to wake up sleeping machines.

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

@@ -100,7 +100,6 @@
//config:config IFENSLAVE
//config: bool "ifenslave (13 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Userspace application to bind several interfaces
//config: to a logical interface (use with kernel bonding driver).

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.
@@ -23,7 +22,6 @@
//config: bool "ipaddr (14 kb)"
//config: default y
//config: select FEATURE_IP_ADDRESS
//config: select PLATFORM_LINUX
//config: help
//config: Short form of "ip addr"
//config:
@@ -31,7 +29,6 @@
//config: bool "iplink (17 kb)"
//config: default y
//config: select FEATURE_IP_LINK
//config: select PLATFORM_LINUX
//config: help
//config: Short form of "ip link"
//config:
@@ -39,7 +36,6 @@
//config: bool "iproute (15 kb)"
//config: default y
//config: select FEATURE_IP_ROUTE
//config: select PLATFORM_LINUX
//config: help
//config: Short form of "ip route"
//config:
@@ -47,7 +43,6 @@
//config: bool "iptunnel (9.6 kb)"
//config: default y
//config: select FEATURE_IP_TUNNEL
//config: select PLATFORM_LINUX
//config: help
//config: Short form of "ip tunnel"
//config:
@@ -55,7 +50,6 @@
//config: bool "iprule (10 kb)"
//config: default y
//config: select FEATURE_IP_RULE
//config: select PLATFORM_LINUX
//config: help
//config: Short form of "ip rule"
//config:
@@ -63,7 +57,6 @@
//config: bool "ipneigh (8.3 kb)"
//config: default y
//config: select FEATURE_IP_NEIGH
//config: select PLATFORM_LINUX
//config: help
//config: Short form of "ip neigh"
//config:

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

@@ -16,7 +16,6 @@
//config:config NETSTAT
//config: bool "netstat (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: netstat prints information about the Linux networking subsystem.
//config:

View File

@@ -43,7 +43,6 @@
//config:config NTPD
//config: bool "ntpd (22 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: The NTP client/server daemon.
//config:

View File

@@ -27,7 +27,6 @@
//config:config PING
//config: bool "ping (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
//config: elicit an ICMP ECHO_RESPONSE from a host or gateway.

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

@@ -15,7 +15,6 @@
//config:config SLATTACH
//config: bool "slattach (6.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: slattach configures serial line as SLIP network interface.

View File

@@ -212,7 +212,6 @@
//config:config TRACEROUTE
//config: bool "traceroute (11 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to trace the route of IP packets.
//config:

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.
@@ -62,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 VCONFIG
//config: bool "vconfig (2.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Creates, removes, and configures VLAN interfaces

View File

@@ -16,7 +16,6 @@
//config:config ZCIP
//config: bool "zcip (8.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_SYSLOG
//config: help
//config: ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.