hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
authorFelix Fietkau <nbd@nbd.name>
Sun, 17 Feb 2019 12:04:12 +0000 (13:04 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 17 Feb 2019 12:05:14 +0000 (13:05 +0100)
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>
package/network/services/hostapd/files/wpa_supplicant-basic.config
package/network/services/hostapd/files/wpa_supplicant-full.config
package/network/services/hostapd/files/wpa_supplicant-mini.config
package/network/services/hostapd/files/wpa_supplicant-p2p.config

index 01ef7b6e3f196a95f8ef7b365974889f3a41b327..bd02562b74154c27776d65f5cbb16942f3f3e599 100644 (file)
@@ -386,9 +386,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
index 0ec846943f067b7ee137194f354799986f803377..5f6e82f7b6d5e8f157bf51e34f7849d74c4ec7d9 100644 (file)
@@ -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
index 2adb94802c8dd8db08b716024496fa82d18dd039..5e6f154105ffeb8739fb771a7fa8360c1a4c1fe0 100644 (file)
@@ -388,9 +388,9 @@ CONFIG_TLS=internal
 #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
index 435f45a9441fe9e30256e07f446e564f9544de15..bbbb8e6e30b8b730f42d37dd6b64a57481d2db39 100644 (file)
@@ -388,9 +388,9 @@ CONFIG_INTERNAL_LIBTOMMATH_FAST=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