1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 21:44:04 +02:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13084 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-10-30 22:49:15 +00:00
parent d9af4395f4
commit 6f9f98ff4f

View File

@ -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
}