summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/recognize_connmand.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox/recognize_connmand.patch')
-rw-r--r--meta/recipes-core/busybox/busybox/recognize_connmand.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/recognize_connmand.patch b/meta/recipes-core/busybox/busybox/recognize_connmand.patch
new file mode 100644
index 0000000000..f42c74caad
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox/recognize_connmand.patch
@@ -0,0 +1,21 @@
1This adds connmand to the list of know dhcp clients
2
3Upstream-Status: Inappropriate [OE-Core]
4
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6
7Index: busybox-1.22.1/networking/ifupdown.c
8===================================================================
9--- busybox-1.22.1.orig/networking/ifupdown.c
10+++ busybox-1.22.1/networking/ifupdown.c
11@@ -521,6 +521,10 @@ struct dhcp_client_t {
12 };
13
14 static const struct dhcp_client_t ext_dhcp_clients[] = {
15+ { "connmand",
16+ "true",
17+ "true",
18+ },
19 { "dhcpcd",
20 "dhcpcd[[ -h %hostname%]][[ -i %vendor%]][[ -I %client%]][[ -l %leasetime%]] %iface%",
21 "dhcpcd -k %iface%",