mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
|
|
index a4719db..011e605 100644
|
|
--- a/wpa_supplicant/defconfig
|
|
+++ b/wpa_supplicant/defconfig
|
|
@@ -26,7 +26,7 @@
|
|
# replacement for WEXT and its use allows wpa_supplicant to properly control
|
|
# the driver to improve existing functionality like roaming and to support new
|
|
# functionality.
|
|
-CONFIG_DRIVER_WEXT=y
|
|
+# CONFIG_DRIVER_WEXT=y
|
|
|
|
# Driver interface for Linux drivers using the nl80211 kernel interface
|
|
CONFIG_DRIVER_NL80211=y
|
|
@@ -363,7 +363,7 @@ CONFIG_BACKEND=file
|
|
|
|
# Add support for new DBus control interface
|
|
# (fi.w1.wpa_supplicant1)
|
|
-CONFIG_CTRL_IFACE_DBUS_NEW=y
|
|
+# CONFIG_CTRL_IFACE_DBUS_NEW=y
|
|
|
|
# Add introspection support for new DBus control interface
|
|
CONFIG_CTRL_IFACE_DBUS_INTRO=y
|
|
@@ -393,10 +393,10 @@ CONFIG_CTRL_IFACE_DBUS_INTRO=y
|
|
CONFIG_IEEE80211R=y
|
|
|
|
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
|
|
-CONFIG_DEBUG_FILE=y
|
|
+# CONFIG_DEBUG_FILE=y
|
|
|
|
# Send debug messages to syslog instead of stdout
|
|
-CONFIG_DEBUG_SYSLOG=y
|
|
+# CONFIG_DEBUG_SYSLOG=y
|
|
# Set syslog facility for debug messages
|
|
#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
|
|
|