Revert "wpa_supplicant: log to syslog instead of stdout"
This reverts commit e7373e489d
.
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@mein.io>
This commit is contained in:
parent
9786b53efb
commit
75021e9411
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hostapd
|
PKG_NAME:=hostapd
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|
|
@ -773,7 +773,7 @@ wpa_supplicant_run() {
|
||||||
|
|
||||||
_wpa_supplicant_common "$ifname"
|
_wpa_supplicant_common "$ifname"
|
||||||
|
|
||||||
/usr/sbin/wpa_supplicant -B -s \
|
/usr/sbin/wpa_supplicant -B \
|
||||||
${network_bridge:+-b $network_bridge} \
|
${network_bridge:+-b $network_bridge} \
|
||||||
-P "/var/run/wpa_supplicant-${ifname}.pid" \
|
-P "/var/run/wpa_supplicant-${ifname}.pid" \
|
||||||
-D ${_w_driver:-wext} \
|
-D ${_w_driver:-wext} \
|
||||||
|
|
Loading…
Reference in a new issue