projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9381eac
)
hostapd: change the wildcard for the hostapd control socket directory
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Dec 2013 13:08:14 +0000
(13:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Dec 2013 13:08:14 +0000
(13:08 +0000)
prepare for using /var/run/hostapd instead of /var/run/hostapd-phy*
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38986
package/network/services/hostapd/files/wps-hotplug.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/wps-hotplug.sh
b/package/network/services/hostapd/files/wps-hotplug.sh
index ffd3cf929bb4a1bdf9f4de95bc4f11e3f1e59d26..058264a8dbbcffdebd038e5d9028da50c6592f25 100644
(file)
--- a/
package/network/services/hostapd/files/wps-hotplug.sh
+++ b/
package/network/services/hostapd/files/wps-hotplug.sh
@@
-1,7
+1,7
@@
#!/bin/sh
if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
- for dir in /var/run/hostapd
-
*; do
+ for dir in /var/run/hostapd*; do
[ -d "$dir" ] || continue
hostapd_cli -p "$dir" wps_pbc
done