aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-30 22:49:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-30 22:49:15 +0000
commitea94e359fb1a5040836ab1d286bfb3d7c7f58733 (patch)
treeb47092e01b0ab1376eeff311cb61d6048bf1a065 /package/hostapd/files
parent7323a7dc30066af77062aec7f7afce72827be872 (diff)
downloadupstream-ea94e359fb1a5040836ab1d286bfb3d7c7f58733.tar.gz
upstream-ea94e359fb1a5040836ab1d286bfb3d7c7f58733.tar.bz2
upstream-ea94e359fb1a5040836ab1d286bfb3d7c7f58733.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13084 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/files')
-rw-r--r--package/hostapd/files/hostapd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh
index 707fd8c4b8..a6f5dba992 100644
--- a/package/hostapd/files/hostapd.sh
+++ b/package/hostapd/files/hostapd.sh
@@ -96,6 +96,6 @@ wpa=$wpa
wpa_pairwise=$crypto
$hostapd_cfg
EOF
- hostapd -P /var/run/wifi-$ifname.conf -B /var/run/hostapd-$ifname.conf
+ hostapd -P /var/run/wifi-$ifname.pid -B /var/run/hostapd-$ifname.conf
}