hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
It was already enabled for wpad builds and since commit 6a15077e2d
the script relies on it. Size impact is minimal (2 kb on MIPS .ipk).
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
5241f9005c
commit
f948aa4d4f
4 changed files with 8 additions and 8 deletions
|
@ -386,9 +386,9 @@ CONFIG_IEEE80211R=y
|
||||||
#CONFIG_DEBUG_FILE=y
|
#CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
# Send debug messages to syslog instead of stdout
|
# Send debug messages to syslog instead of stdout
|
||||||
#CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
# Set syslog facility for debug messages
|
# 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)
|
# Add support for sending all debug messages (regardless of debug verbosity)
|
||||||
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
||||||
|
|
|
@ -388,9 +388,9 @@ CONFIG_IEEE80211R=y
|
||||||
#CONFIG_DEBUG_FILE=y
|
#CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
# Send debug messages to syslog instead of stdout
|
# Send debug messages to syslog instead of stdout
|
||||||
#CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
# Set syslog facility for debug messages
|
# 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)
|
# Add support for sending all debug messages (regardless of debug verbosity)
|
||||||
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
||||||
|
|
|
@ -388,9 +388,9 @@ CONFIG_TLS=internal
|
||||||
#CONFIG_DEBUG_FILE=y
|
#CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
# Send debug messages to syslog instead of stdout
|
# Send debug messages to syslog instead of stdout
|
||||||
#CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
# Set syslog facility for debug messages
|
# 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)
|
# Add support for sending all debug messages (regardless of debug verbosity)
|
||||||
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
||||||
|
|
|
@ -388,9 +388,9 @@ CONFIG_INTERNAL_LIBTOMMATH_FAST=y
|
||||||
#CONFIG_DEBUG_FILE=y
|
#CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
# Send debug messages to syslog instead of stdout
|
# Send debug messages to syslog instead of stdout
|
||||||
#CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
# Set syslog facility for debug messages
|
# 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)
|
# Add support for sending all debug messages (regardless of debug verbosity)
|
||||||
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
# to the Linux kernel tracing facility. This helps debug the entire stack by
|
||||||
|
|
Loading…
Reference in a new issue