summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch b/import-layers/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch
deleted file mode 100644
index f42c74caa..000000000
--- a/import-layers/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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.22.1/networking/ifupdown.c
-===================================================================
---- busybox-1.22.1.orig/networking/ifupdown.c
-+++ busybox-1.22.1/networking/ifupdown.c
-@@ -521,6 +521,10 @@ struct dhcp_client_t {
- };
-
- static const struct dhcp_client_t ext_dhcp_clients[] = {
-+ { "connmand",
-+ "true",
-+ "true",
-+ },
- { "dhcpcd",
- "dhcpcd[[ -h %hostname%]][[ -i %vendor%]][[ -I %client%]][[ -l %leasetime%]] %iface%",
- "dhcpcd -k %iface%",
OpenPOWER on IntegriCloud