projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9485ea7
)
hostapd: send wpa_supplicant logging output to syslog
author
Felix Fietkau
<nbd@nbd.name>
Tue, 12 Feb 2019 13:04:07 +0000
(14:04 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 12 Feb 2019 14:12:35 +0000
(15:12 +0100)
Helpful for debugging network connectivity issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.sh
b/package/network/services/hostapd/files/hostapd.sh
index 7335e75fd5f378583a08d137cfd23b83987499ae..970b27c14358eef7bf4ce5d8eeb6ce56b8fdb532 100644
(file)
--- a/
package/network/services/hostapd/files/hostapd.sh
+++ b/
package/network/services/hostapd/files/hostapd.sh
@@
-892,7
+892,7
@@
wpa_supplicant_run() {
_wpa_supplicant_common "$ifname"
- /usr/sbin/wpa_supplicant -B \
+ /usr/sbin/wpa_supplicant -B
-s
\
${network_bridge:+-b $network_bridge} \
-P "/var/run/wpa_supplicant-${ifname}.pid" \
-D ${_w_driver:-wext} \