aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/wpa_supplicant-full.config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2019-02-17 13:04:12 +0100
committerFelix Fietkau <nbd@nbd.name>2019-02-17 13:05:14 +0100
commitf948aa4d4fb3467889d267c37e7b1ddb41be3605 (patch)
tree6fdcce68cf920cf142bd8f42cdc3a5e241501074 /package/network/services/hostapd/files/wpa_supplicant-full.config
parent5241f9005c9f02f0d1a1e96b92a72f5048e90436 (diff)
downloadupstream-f948aa4d4fb3467889d267c37e7b1ddb41be3605.tar.gz
upstream-f948aa4d4fb3467889d267c37e7b1ddb41be3605.tar.bz2
upstream-f948aa4d4fb3467889d267c37e7b1ddb41be3605.zip
hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
It was already enabled for wpad builds and since commit 6a15077e2d7fa the script relies on it. Size impact is minimal (2 kb on MIPS .ipk). Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/files/wpa_supplicant-full.config')
-rw-r--r--package/network/services/hostapd/files/wpa_supplicant-full.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index 0ec846943f..5f6e82f7b6 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -388,9 +388,9 @@ CONFIG_IEEE80211R=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
+CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
# Add support for sending all debug messages (regardless of debug verbosity)
# to the Linux kernel tracing facility. This helps debug the entire stack by