]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: Enable logging to syslog
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Oct 2024 14:54:13 +0000 (14:54 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 5 Nov 2024 07:45:33 +0000 (08:45 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/hostapd/config
lfs/hostapd
src/initscripts/packages/hostapd

index a5b4f09be888327e27ebeddc8950d16cca199774..b5903090044227ae32d17fa1fe90e2a44e3e36e2 100644 (file)
@@ -171,7 +171,7 @@ CONFIG_IEEE80211AX=y
 #CONFIG_DEBUG_FILE=y
 
 # Send debug messages to syslog instead of stdout
-#CONFIG_DEBUG_SYSLOG=y
+CONFIG_DEBUG_SYSLOG=y
 
 # 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 306b32641da8fbf3a465b4ecde23409b0d6c1723..543cc34e201cf92517184ba4c81af90061bfdd9f 100644 (file)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hostapd
-PAK_VER    = 66
+PAK_VER    = 67
 
 DEPS       =
 
index cd2aef9b1b27ad2d555a4d21e0c574b37df751ea..b0a20e7c0cd1b1c3b2f7ba601a16664c1d14836e 100644 (file)
@@ -54,7 +54,7 @@ case "${1}" in
                fi
 
                boot_mesg "Starting hostapd... "
-               loadproc /usr/bin/hostapd -B /etc/hostapd.conf -i "${interface}"
+               loadproc /usr/bin/hostapd -s -B /etc/hostapd.conf -i "${interface}"
                ;;
 
        stop)