diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-08-28 12:40:54 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-08-28 14:18:06 -0300 |
commit | 9f51212a09a91fb898097e405348b1152c093db6 (patch) | |
tree | 3fc9ecd4e715312b9a5a746fc110f1af6c45be02 | |
parent | 360f4123cb3a60e62297d0f648de5271c30f17db (diff) |
connman: refresh patch
Since the last update of connman on openemebedded-core layer, master
branch, patch 0001-Adjust-main-configuration.patch does not apply
anymore.
Refresh patch to fix the build of connman.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r-- | recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch b/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch index addc092..2be84da 100644 --- a/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch +++ b/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch @@ -1,4 +1,4 @@ -From 0d23846576b53b6a2a8391a29d44e82bf3aed588 Mon Sep 17 00:00:00 2001 +From 1081bdc0cf933477c300c487a390b18b86938570 Mon Sep 17 00:00:00 2001 From: Ming Liu <ming.liu@toradex.com> Date: Tue, 28 Dec 2021 13:50:13 +0100 Subject: [PATCH] Adjust main configuration @@ -12,12 +12,13 @@ Upstream-Status: Inappropriate [Toradex specific] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Ming Liu <ming.liu@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> +Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> --- src/main.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.conf b/src/main.conf -index 14965e1..24a17bf 100644 +index 53de3cd202f1..6f2bce9ab3eb 100644 --- a/src/main.conf +++ b/src/main.conf @@ -23,7 +23,7 @@ @@ -32,12 +33,12 @@ index 14965e1..24a17bf 100644 @@ -67,7 +67,7 @@ # not be handled by ConnMan, if their first characters # match any of the list entries. Default value is - # vmnet,vboxnet,virbr,ifb,ve-,vb-. --# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb- + # vmnet,vboxnet,virbr,ifb,ve-,vb-,ham,veth. +-# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-,ham,veth +NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-,usb,rndis,uap0 # Allow ConnMan to change the system hostname. This can # happen for example if we receive DHCP hostname option. -- -2.25.1 +2.47.2 |