public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] hostapd: Enable logging to syslog
@ 2024-10-17 14:54 Michael Tremer
  2024-10-17 14:54 ` [PATCH 2/4] wlanap.cgi: Use the correct array to fetch the current interface Michael Tremer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Tremer @ 2024-10-17 14:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/hostapd/config            | 2 +-
 lfs/hostapd                      | 2 +-
 src/initscripts/packages/hostapd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/hostapd/config b/config/hostapd/config
index a5b4f09be..b59030900 100644
--- a/config/hostapd/config
+++ b/config/hostapd/config
@@ -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
diff --git a/lfs/hostapd b/lfs/hostapd
index 306b32641..543cc34e2 100644
--- a/lfs/hostapd
+++ b/lfs/hostapd
@@ -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       =
 
diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd
index cd2aef9b1..b0a20e7c0 100644
--- a/src/initscripts/packages/hostapd
+++ b/src/initscripts/packages/hostapd
@@ -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)
-- 
2.39.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-17 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-17 14:54 [PATCH 1/4] hostapd: Enable logging to syslog Michael Tremer
2024-10-17 14:54 ` [PATCH 2/4] wlanap.cgi: Use the correct array to fetch the current interface Michael Tremer
2024-10-17 14:54 ` [PATCH 3/4] udev: network-hotplug-bridges: Silence a warning when interfaces have gone away Michael Tremer
2024-10-17 14:54 ` [PATCH 4/4] chown: Replace . with : on all shipped scripts Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox