diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-11-29 14:14:06 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-11-29 14:14:06 +0100 |
commit | 99476502f926fb6e5d61126c3b672f3f6f357d5d (patch) | |
tree | d8887c28536e559ed62c57f808f3407e439cf299 /networking | |
parent | 77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff) | |
download | busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.gz busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.bz2 busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.zip |
Remove "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/arp.c | 1 | ||||
-rw-r--r-- | networking/arping.c | 1 | ||||
-rw-r--r-- | networking/brctl.c | 1 | ||||
-rw-r--r-- | networking/ifconfig.c | 1 | ||||
-rw-r--r-- | networking/ifplugd.c | 1 | ||||
-rw-r--r-- | networking/ip.c | 6 | ||||
-rw-r--r-- | networking/nameif.c | 1 | ||||
-rw-r--r-- | networking/route.c | 1 | ||||
-rw-r--r-- | networking/tc.c | 1 | ||||
-rw-r--r-- | networking/traceroute.c | 2 | ||||
-rw-r--r-- | networking/tunctl.c | 1 | ||||
-rw-r--r-- | networking/udhcp/Config.src | 3 |
12 files changed, 0 insertions, 20 deletions
diff --git a/networking/arp.c b/networking/arp.c index 6519f8156..16783ab95 100644 --- a/networking/arp.c +++ b/networking/arp.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //config:config ARP | 15 | //config:config ARP |
16 | //config: bool "arp (10 kb)" | 16 | //config: bool "arp (10 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | ||
19 | //config: help | 18 | //config: help |
20 | //config: Manipulate the system ARP cache. | 19 | //config: Manipulate the system ARP cache. |
21 | 20 | ||
diff --git a/networking/arping.c b/networking/arping.c index fd0e1b276..86f0221ed 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -8,7 +8,6 @@ | |||
8 | //config:config ARPING | 8 | //config:config ARPING |
9 | //config: bool "arping (9 kb)" | 9 | //config: bool "arping (9 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 11 | //config: help |
13 | //config: Ping hosts by ARP packets. | 12 | //config: Ping hosts by ARP packets. |
14 | 13 | ||
diff --git a/networking/brctl.c b/networking/brctl.c index b353210d7..956bd91f3 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //config:config BRCTL | 12 | //config:config BRCTL |
13 | //config: bool "brctl (4.7 kb)" | 13 | //config: bool "brctl (4.7 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | ||
16 | //config: help | 15 | //config: help |
17 | //config: Manage ethernet bridges. | 16 | //config: Manage ethernet bridges. |
18 | //config: Supports addbr/delbr and addif/delif. | 17 | //config: Supports addbr/delbr and addif/delif. |
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 4090959b8..9ee232a66 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -27,7 +27,6 @@ | |||
27 | //config:config IFCONFIG | 27 | //config:config IFCONFIG |
28 | //config: bool "ifconfig (12 kb)" | 28 | //config: bool "ifconfig (12 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: select PLATFORM_LINUX | ||
31 | //config: help | 30 | //config: help |
32 | //config: Ifconfig is used to configure the kernel-resident network interfaces. | 31 | //config: Ifconfig is used to configure the kernel-resident network interfaces. |
33 | //config: | 32 | //config: |
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index bc4303ef0..0b55bf4e5 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config IFPLUGD | 9 | //config:config IFPLUGD |
10 | //config: bool "ifplugd (10 kb)" | 10 | //config: bool "ifplugd (10 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: Network interface plug detection daemon. | 13 | //config: Network interface plug detection daemon. |
15 | 14 | ||
diff --git a/networking/ip.c b/networking/ip.c index 23ee7d24b..7c3208699 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //config:config IP | 11 | //config:config IP |
12 | //config: bool "ip (35 kb)" | 12 | //config: bool "ip (35 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
15 | //config: help | 14 | //config: help |
16 | //config: The "ip" applet is a TCP/IP interface configuration and routing | 15 | //config: The "ip" applet is a TCP/IP interface configuration and routing |
17 | //config: utility. | 16 | //config: utility. |
@@ -22,7 +21,6 @@ | |||
22 | //config:config IPADDR | 21 | //config:config IPADDR |
23 | //config: bool "ipaddr (14 kb)" | 22 | //config: bool "ipaddr (14 kb)" |
24 | //config: default y | 23 | //config: default y |
25 | //config: select PLATFORM_LINUX | ||
26 | //config: select FEATURE_IP_ADDRESS | 24 | //config: select FEATURE_IP_ADDRESS |
27 | //config: help | 25 | //config: help |
28 | //config: Short form of "ip addr" | 26 | //config: Short form of "ip addr" |
@@ -30,7 +28,6 @@ | |||
30 | //config:config IPLINK | 28 | //config:config IPLINK |
31 | //config: bool "iplink (17 kb)" | 29 | //config: bool "iplink (17 kb)" |
32 | //config: default y | 30 | //config: default y |
33 | //config: select PLATFORM_LINUX | ||
34 | //config: select FEATURE_IP_LINK | 31 | //config: select FEATURE_IP_LINK |
35 | //config: help | 32 | //config: help |
36 | //config: Short form of "ip link" | 33 | //config: Short form of "ip link" |
@@ -38,7 +35,6 @@ | |||
38 | //config:config IPROUTE | 35 | //config:config IPROUTE |
39 | //config: bool "iproute (15 kb)" | 36 | //config: bool "iproute (15 kb)" |
40 | //config: default y | 37 | //config: default y |
41 | //config: select PLATFORM_LINUX | ||
42 | //config: select FEATURE_IP_ROUTE | 38 | //config: select FEATURE_IP_ROUTE |
43 | //config: help | 39 | //config: help |
44 | //config: Short form of "ip route" | 40 | //config: Short form of "ip route" |
@@ -53,7 +49,6 @@ | |||
53 | //config:config IPRULE | 49 | //config:config IPRULE |
54 | //config: bool "iprule (10 kb)" | 50 | //config: bool "iprule (10 kb)" |
55 | //config: default y | 51 | //config: default y |
56 | //config: select PLATFORM_LINUX | ||
57 | //config: select FEATURE_IP_RULE | 52 | //config: select FEATURE_IP_RULE |
58 | //config: help | 53 | //config: help |
59 | //config: Short form of "ip rule" | 54 | //config: Short form of "ip rule" |
@@ -61,7 +56,6 @@ | |||
61 | //config:config IPNEIGH | 56 | //config:config IPNEIGH |
62 | //config: bool "ipneigh (8.3 kb)" | 57 | //config: bool "ipneigh (8.3 kb)" |
63 | //config: default y | 58 | //config: default y |
64 | //config: select PLATFORM_LINUX | ||
65 | //config: select FEATURE_IP_NEIGH | 59 | //config: select FEATURE_IP_NEIGH |
66 | //config: help | 60 | //config: help |
67 | //config: Short form of "ip neigh" | 61 | //config: Short form of "ip neigh" |
diff --git a/networking/nameif.c b/networking/nameif.c index 3ccd935b8..66e042688 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //config:config NAMEIF | 12 | //config:config NAMEIF |
13 | //config: bool "nameif (6.6 kb)" | 13 | //config: bool "nameif (6.6 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | ||
16 | //config: select FEATURE_SYSLOG | 15 | //config: select FEATURE_SYSLOG |
17 | //config: help | 16 | //config: help |
18 | //config: nameif is used to rename network interface by its MAC address. | 17 | //config: nameif is used to rename network interface by its MAC address. |
diff --git a/networking/route.c b/networking/route.c index 616572814..26146f8e9 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -27,7 +27,6 @@ | |||
27 | //config:config ROUTE | 27 | //config:config ROUTE |
28 | //config: bool "route (8.7 kb)" | 28 | //config: bool "route (8.7 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: select PLATFORM_LINUX | ||
31 | //config: help | 30 | //config: help |
32 | //config: Route displays or manipulates the kernel's IP routing tables. | 31 | //config: Route displays or manipulates the kernel's IP routing tables. |
33 | 32 | ||
diff --git a/networking/tc.c b/networking/tc.c index 1f4bcce2b..43187f7ee 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config TC | 9 | //config:config TC |
10 | //config: bool "tc (8.3 kb)" | 10 | //config: bool "tc (8.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: Show / manipulate traffic control settings | 13 | //config: Show / manipulate traffic control settings |
15 | //config: | 14 | //config: |
diff --git a/networking/traceroute.c b/networking/traceroute.c index 2ba990fd0..4bbe1ab8e 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -963,10 +963,8 @@ traceroute_init(int op, char **argv) | |||
963 | if (af == AF_INET) { | 963 | if (af == AF_INET) { |
964 | xmove_fd(xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP), rcvsock); | 964 | xmove_fd(xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP), rcvsock); |
965 | #if ENABLE_FEATURE_TRACEROUTE_VERBOSE | 965 | #if ENABLE_FEATURE_TRACEROUTE_VERBOSE |
966 | # ifdef IP_PKTINFO | ||
967 | /* want recvmsg to report target local address (for -v) */ | 966 | /* want recvmsg to report target local address (for -v) */ |
968 | setsockopt_1(rcvsock, IPPROTO_IP, IP_PKTINFO); | 967 | setsockopt_1(rcvsock, IPPROTO_IP, IP_PKTINFO); |
969 | # endif | ||
970 | #endif | 968 | #endif |
971 | } | 969 | } |
972 | #if ENABLE_TRACEROUTE6 | 970 | #if ENABLE_TRACEROUTE6 |
diff --git a/networking/tunctl.c b/networking/tunctl.c index 59cae331c..97e6917aa 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //config:config TUNCTL | 12 | //config:config TUNCTL |
13 | //config: bool "tunctl (6.2 kb)" | 13 | //config: bool "tunctl (6.2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | ||
16 | //config: help | 15 | //config: help |
17 | //config: tunctl creates or deletes tun devices. | 16 | //config: tunctl creates or deletes tun devices. |
18 | //config: | 17 | //config: |
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 23e2b40d8..8c8c11c26 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -6,7 +6,6 @@ | |||
6 | config UDHCPD | 6 | config UDHCPD |
7 | bool "udhcpd (21 kb)" | 7 | bool "udhcpd (21 kb)" |
8 | default y | 8 | default y |
9 | select PLATFORM_LINUX | ||
10 | help | 9 | help |
11 | udhcpd is a DHCP server geared primarily toward embedded systems, | 10 | udhcpd is a DHCP server geared primarily toward embedded systems, |
12 | while striving to be fully functional and RFC compliant. | 11 | while striving to be fully functional and RFC compliant. |
@@ -54,7 +53,6 @@ config DUMPLEASES | |||
54 | config DHCPRELAY | 53 | config DHCPRELAY |
55 | bool "dhcprelay (5.2 kb)" | 54 | bool "dhcprelay (5.2 kb)" |
56 | default y | 55 | default y |
57 | select PLATFORM_LINUX | ||
58 | help | 56 | help |
59 | dhcprelay listens for DHCP requests on one or more interfaces | 57 | dhcprelay listens for DHCP requests on one or more interfaces |
60 | and forwards these requests to a different interface or DHCP | 58 | and forwards these requests to a different interface or DHCP |
@@ -63,7 +61,6 @@ config DHCPRELAY | |||
63 | config UDHCPC | 61 | config UDHCPC |
64 | bool "udhcpc (24 kb)" | 62 | bool "udhcpc (24 kb)" |
65 | default y | 63 | default y |
66 | select PLATFORM_LINUX | ||
67 | help | 64 | help |
68 | udhcpc is a DHCP client geared primarily toward embedded systems, | 65 | udhcpc is a DHCP client geared primarily toward embedded systems, |
69 | while striving to be fully functional and RFC compliant. | 66 | while striving to be fully functional and RFC compliant. |