diff options
-rw-r--r-- | recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch | 4 |
1 files changed, 3 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 91949a2f..addc0921 100644 --- a/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch +++ b/recipes-connectivity/connman/connman/0001-Adjust-main-configuration.patch @@ -4,12 +4,14 @@ Date: Tue, 28 Dec 2021 13:50:13 +0100 Subject: [PATCH] Adjust main configuration - Blacklist rndis nic's, we want them handled by systemd's networkd. +- Blacklist uap0 nic, we want it handled by the hostapd-example. - Disable background scan, to avoid significant increase in bandwidth. 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> --- src/main.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) @@ -32,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 ++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. |