* [Buildroot] [PATCH 3/3] package/wpa_supplicant: add missing config for WPA3 entreprise
@ 2024-09-05 15:21 Guillaume GC. Chaye
2024-09-05 19:27 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume GC. Chaye @ 2024-09-05 15:21 UTC (permalink / raw)
To: buildroot; +Cc: Guillaume GC. Chaye, Sergey Matyukevich
Signed-off-by: Guillaume GC. Chaye <guillaume.chaye@zeetim.com>
---
package/wpa_supplicant/wpa_supplicant.mk | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index 984959f679..f37a7db821 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -131,13 +131,17 @@ WPA_SUPPLICANT_CONFIG_ENABLE += \
CONFIG_DPP \
CONFIG_SAE \
CONFIG_SAE_PK \
- CONFIG_OWE
+ CONFIG_OWE \
+ CONFIG_SUITEB \
+ CONFIG_SUITEB192
else
WPA_SUPPLICANT_CONFIG_DISABLE += \
CONFIG_DPP \
CONFIG_SAE \
CONFIG_SAE_PK \
- CONFIG_OWE
+ CONFIG_OWE \
+ CONFIG_SUITEB \
+ CONFIG_SUITEB192
endif
# Try to use openssl if it's already available
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 3/3] package/wpa_supplicant: add missing config for WPA3 entreprise
2024-09-05 15:21 [Buildroot] [PATCH 3/3] package/wpa_supplicant: add missing config for WPA3 entreprise Guillaume GC. Chaye
@ 2024-09-05 19:27 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-05 19:27 UTC (permalink / raw)
To: Guillaume GC. Chaye; +Cc: Sergey Matyukevich, buildroot
Hello Guillaume,
On Thu, 5 Sep 2024 17:21:10 +0200
"Guillaume GC. Chaye" <guillaume.chaye@zeetim.com> wrote:
> Signed-off-by: Guillaume GC. Chaye <guillaume.chaye@zeetim.com>
Thanks for your patch!
It is not immediately obvious that CONFIG_SUITEB and CONFIG_SUITEB192
are related to WPA3 enterprise. This kind of patch would greatly
benefit from having a non-empty commit log, with a bit of explanation
and/or reference to relevant documentation. Do you think you could do
this?
Generally speaking, an empty commit log is almost always wrong, and
should be extended to be non-empty, with relevant explanations helping
the maintainers/reviewers what the change is doing, and how.
Thanks a lot!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-05 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 15:21 [Buildroot] [PATCH 3/3] package/wpa_supplicant: add missing config for WPA3 entreprise Guillaume GC. Chaye
2024-09-05 19:27 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox