libwifi: Enable LIBWIFI_USE_CTRL_IFACE by default

CONFIG_LIBWIFI_USE_CTRL_IFACE has been the enabled for nearly all
devices for quite some time. Enable it by default.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
Andreas Gnau 2024-01-12 14:46:13 +01:00
parent 559ea53e69
commit 36db9285f6
No known key found for this signature in database

View file

@ -143,7 +143,7 @@ define Package/libwifi/config
config LIBWIFI_USE_CTRL_IFACE config LIBWIFI_USE_CTRL_IFACE
bool "Create UNIX sockets to interface with hostapd/wpa_supplicant" bool "Create UNIX sockets to interface with hostapd/wpa_supplicant"
default n default y
endif endif
endef endef