From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/4] hostapd: Enable logging to syslog
Date: Thu, 17 Oct 2024 14:54:13 +0000 [thread overview]
Message-ID: <20241017145416.25394-1-michael.tremer@ipfire.org> (raw)
[-- 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
next reply other threads:[~2024-10-17 14:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 14:54 Michael Tremer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241017145416.25394-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox