diff options
author | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2025-05-09 09:18:01 +0200 |
---|---|---|
committer | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2025-05-09 09:18:01 +0200 |
commit | 67262c587d5ee15bd3b99d9751f14c55b7fe160e (patch) | |
tree | d0ed271b2abfff20809223e1c7140aa13195c41f | |
parent | c7c8db287e2673c028bda4996d566ffac57c5ff5 (diff) |
Revert "connman: Remove Ethernet interface management"
This reverts commit 747c97936c770ba7f74f3dee125db7f5e4d97daa.
Moving from ConnMan to systemd-networkd introduced new regressions.
Therefore, we decided to move back to ConnMan for the time being and fix
the initial regression in a different way.
Related-to: ELB-6332
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
-rw-r--r-- | recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch b/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch index afe8cad8..addc0921 100644 --- a/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch +++ b/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch @@ -34,7 +34,7 @@ index 14965e1..24a17bf 100644 # match any of the list entries. Default value is # vmnet,vboxnet,virbr,ifb,ve-,vb-. -# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb- -+NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-,usb,rndis,uap0,eth,en ++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. |