Browse Source

base-files: remove duplicate wps button handler (#15621)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 40528
Felix Fietkau 11 years ago
parent
commit
a423055592
1 changed files with 0 additions and 6 deletions
  1. 0 6
      package/base-files/files/etc/rc.button/wps

+ 0 - 6
package/base-files/files/etc/rc.button/wps

@@ -1,6 +0,0 @@
-#!/bin/sh
-
-for dir in /var/run/hostapd-*; do
-	[ -d "$dir" ] || continue
-	hostapd_cli -p "$dir" wps_pbc
-done