From: Felix Fietkau Date: Thu, 30 Oct 2008 22:56:20 +0000 (+0000) Subject: merge r13084 to 8.09 X-Git-Tag: 8.09_rc1~6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3c54644105ee23aa95f63c6465212fd2b1d8450f;p=openwrt%2Fsvn-archive%2Fopenwrt.git merge r13084 to 8.09 SVN-Revision: 13085 --- 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 }