summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/recognize_connmand.patch
blob: 4f28beb556dc3c7d4e9f3c9443cd5fc033ba51f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This adds connmand to the list of know dhcp clients

Upstream-Status: Inappropriate [OE-Core]

Signed-off-by: Saul Wold <sgw@linux.intel.com>

Index: busybox-1.36.0/networking/ifupdown.c
===================================================================
--- busybox-1.36.0.orig/networking/ifupdown.c
+++ busybox-1.36.0/networking/ifupdown.c
@@ -628,6 +628,10 @@ struct dhcp_client_t {
 };
 
 static const struct dhcp_client_t ext_dhcp_clients[] ALIGN_PTR = {
+	{ "connmand",
+		"true",
+		"true",
+	},
 	{ "dhcpcd",
 		"dhcpcd[[ -h %hostname%]][[ -i %vendor%]][[ -I %client%]][[ -l %leasetime%]] %iface%",
 		"dhcpcd -k %iface%",