mirror of
https://github.com/OpenMANET/morse-feed.git
synced 2025-12-10 03:43:06 -06:00
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