diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-18 17:27:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-18 17:27:38 +0000 |
commit | 600b550460d6f8a58082aaffcb2631742bec4952 (patch) | |
tree | 744a8a7aee3b697a5b5856e422e2dece235f0993 /package | |
parent | 3a6879ec8285ad30447b7b2e6a75515232db32f9 (diff) | |
download | upstream-600b550460d6f8a58082aaffcb2631742bec4952.tar.gz upstream-600b550460d6f8a58082aaffcb2631742bec4952.tar.bz2 upstream-600b550460d6f8a58082aaffcb2631742bec4952.zip |
base-files: remove duplicate wps button handler (#15621)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/etc/rc.button/wps | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/base-files/files/etc/rc.button/wps b/package/base-files/files/etc/rc.button/wps deleted file mode 100755 index c913d5bab3..0000000000 --- a/package/base-files/files/etc/rc.button/wps +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -for dir in /var/run/hostapd-*; do - [ -d "$dir" ] || continue - hostapd_cli -p "$dir" wps_pbc -done |