base-files: remove duplicate wps button handler (#15621)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40528
This commit is contained in:
parent
79f1326d73
commit
a423055592
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
for dir in /var/run/hostapd-*; do
|
|
||||||
[ -d "$dir" ] || continue
|
|
||||||
hostapd_cli -p "$dir" wps_pbc
|
|
||||||
done
|
|
Loading…
Reference in a new issue