mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:48:26 +02:00
fix wpa_supplicant for madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10392 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fc209e5b5d
commit
3930646aff
@ -277,13 +277,12 @@ enable_atheros() {
|
||||
esac
|
||||
|
||||
cat > /var/run/wpa_supplicant-$ifname.conf <<EOF
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
network={
|
||||
scan_ssid=1
|
||||
ssid="$ssid"
|
||||
key_mgmt=WPA-PSK
|
||||
$proto
|
||||
psk="$passphrase"
|
||||
psk=$passphrase
|
||||
}
|
||||
EOF
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user