[source] Revert "wpa_supplicant: log to syslog instead of stdout"

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 27 02:44:20 PDT 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/75021e9411cd4c49e179ab76a51a388ef8276190

commit 75021e9411cd4c49e179ab76a51a388ef8276190
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Oct 27 11:37:11 2017 +0200

    Revert "wpa_supplicant: log to syslog instead of stdout"
    
    This reverts commit e7373e489d8a215402d6b0c408a26188342c7c17.
    
    Support of "-s" depends on the CONFIG_DEBUG_SYSLOG compile time flag which
    is not enabled for all build variants.
    
    Revert the change for now until we can properly examine the size impact of
    CONFIG_DEBUG_SYSLOG.
    
    Fixes FS#1117.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/network/services/hostapd/Makefile         | 2 +-
 package/network/services/hostapd/files/hostapd.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 5a353e6..f1d057d 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hostapd
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
index 16925d5..144e49b 100644
--- a/package/network/services/hostapd/files/hostapd.sh
+++ b/package/network/services/hostapd/files/hostapd.sh
@@ -773,7 +773,7 @@ wpa_supplicant_run() {
 
 	_wpa_supplicant_common "$ifname"
 
-	/usr/sbin/wpa_supplicant -B -s \
+	/usr/sbin/wpa_supplicant -B \
 		${network_bridge:+-b $network_bridge} \
 		-P "/var/run/wpa_supplicant-${ifname}.pid" \
 		-D ${_w_driver:-wext} \



More information about the lede-commits mailing list