Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] wpa_supplicant: add config option to build in deprecated WEP support
@ 2025-04-04 14:55 Brandon Lumbra via buildroot
  2025-05-18 13:30 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Brandon Lumbra via buildroot @ 2025-04-04 14:55 UTC (permalink / raw)
  To: buildroot; +Cc: Brandon Lumbra, Sergey Matyukevich

Signed-off-by: Brandon Lumbra <brandon.lumbra@sense.com>
---
 package/wpa_supplicant/Config.in         | 7 +++++++
 package/wpa_supplicant/wpa_supplicant.mk | 4 ++++
 2 files changed, 11 insertions(+)

diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in
index 92953f69f0..ff6dc9fbd0 100644
--- a/package/wpa_supplicant/Config.in
+++ b/package/wpa_supplicant/Config.in
@@ -175,4 +175,11 @@ config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION
 	help
 	  Add introspection support for the DBus control interface.
 
+config BR2_PACKAGE_WPA_SUPPLICANT_WEP
+	bool "WEP security support (deprecated)"
+	help
+	  Enable support for WEP.  WEP support is deprecated due to
+	  security concerns, but some systems may want to support WEP
+	  networks.
+
 endif
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index 44cfed495b..c8c07234db 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -197,6 +197,10 @@ define WPA_SUPPLICANT_ENABLE_CTRL_IFACE
 endef
 endif
 
+ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WEP),y)
+WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_WEP
+endif
+
 ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPA_CLIENT_SO),y)
 WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_BUILD_WPA_CLIENT_SO
 define WPA_SUPPLICANT_INSTALL_WPA_CLIENT_SO
-- 
2.34.1

_______________________________________________
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 1/1] wpa_supplicant: add config option to build in deprecated WEP support
  2025-04-04 14:55 [Buildroot] [PATCH 1/1] wpa_supplicant: add config option to build in deprecated WEP support Brandon Lumbra via buildroot
@ 2025-05-18 13:30 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-05-18 13:30 UTC (permalink / raw)
  To: Brandon Lumbra via buildroot; +Cc: Brandon Lumbra, Sergey Matyukevich

On Fri,  4 Apr 2025 10:55:45 -0400
Brandon Lumbra via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Brandon Lumbra <brandon.lumbra@sense.com>
> ---
>  package/wpa_supplicant/Config.in         | 7 +++++++
>  package/wpa_supplicant/wpa_supplicant.mk | 4 ++++
>  2 files changed, 11 insertions(+)

Applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
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:[~2025-05-18 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 14:55 [Buildroot] [PATCH 1/1] wpa_supplicant: add config option to build in deprecated WEP support Brandon Lumbra via buildroot
2025-05-18 13:30 ` 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