From 36db9285f67e17e9d1d12a74d4ac4b9faa5153d1 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Fri, 12 Jan 2024 14:46:13 +0100 Subject: [PATCH] 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 --- libwifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwifi/Makefile b/libwifi/Makefile index 3a4d83f29..a03d082c2 100644 --- a/libwifi/Makefile +++ b/libwifi/Makefile @@ -143,7 +143,7 @@ define Package/libwifi/config config LIBWIFI_USE_CTRL_IFACE bool "Create UNIX sockets to interface with hostapd/wpa_supplicant" - default n + default y endif endef