diff options
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/files/hostapd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 1159c3b156..707fd8c4b8 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 -B /var/run/hostapd-$ifname.conf + hostapd -P /var/run/wifi-$ifname.conf -B /var/run/hostapd-$ifname.conf } |