diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2024-06-25 14:27:21 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-10-09 16:52:02 +0200 |
commit | 5eab6ccb2b9feab0780c7c73630b8808c253532a (patch) | |
tree | 6ecb33d5c8fd2dd8c2e7892be2d52de4a6b5f03f | |
parent | 0a726245ddfbdecc5ad8cc39466ab67c8ca5ffce (diff) |
connman: blacklist uap0 nic
Blacklist uap0 nic handled by the hostapd-example.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
(cherry picked from commit df4296ba9a5334ac036b2445dd7fe848de9290bb)
(cherry picked from commit a613b021da13876b46db73488ec0aed3f2b57168)
-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. |