morse-feed/utils/wpa_supplicant_s1g
James Haggerty 33f4f47616 hostapd_s1g/wpa_supplicant_s1g: (APP-3382, PR #811) fix options selection
When an option like CONFIG_EAP was enabled, it was actually selecting
CONFIG_EAP*

This was a problem with CTRL_IFACE, because it ended up selecting
CTRL_IFACE_DBUS_NEW.

The 'good' news is we already have a half decent mechanism
(EDITS) for doing complex multiple changes, so let's remove this footgun.

I've selected things that probably don't make sense to ensure
that the _only_ thing we change here is CTRL_IFACE_DBUS_NEW:

; diff /tmp/hostapd_before /tmp/hostapd_after
; diff /tmp/wpa_supplicant_before /tmp/wpa_supplicant_after
383c383
< CONFIG_CTRL_IFACE_DBUS_NEW=y
---
> #CONFIG_CTRL_IFACE_DBUS_NEW=y


Approved-by: Sophronia Koilpillai
Approved-by: Evan Benn
2025-03-02 22:37:31 +11:00
..