Fixed path for wpa_passphrase; added rfkill in kernel
This commit is contained in:
parent
995cf095bf
commit
ac280d0490
@ -314,6 +314,7 @@ CONFIG_USB_NET_QMI_WWAN=m
|
||||
CONFIG_BRCMFMAC=m
|
||||
CONFIG_BRCMFMAC_PCIE=y
|
||||
CONFIG_HOSTAP=y
|
||||
CONFIG_RFKILL=y
|
||||
CONFIG_RTL_CARDS=m
|
||||
# CONFIG_WLAN_VENDOR_TI is not set
|
||||
CONFIG_XEN_NETDEV_BACKEND=m
|
||||
|
@ -6,6 +6,6 @@ if [ "$#" -ne 2 ]; then
|
||||
fi
|
||||
|
||||
/bin/echo "ctrl_interface=/var/run/wpa_supplicant" > /etc/wpa_supplicant.conf
|
||||
/usr/bin/wpa_passphrase "$1" "$2" >> /etc/wpa_supplicant.conf
|
||||
/usr/sbin/wpa_passphrase "$1" "$2" >> /etc/wpa_supplicant.conf
|
||||
/usr/sbin/wpa_supplicant -B -i client0 -c /etc/wpa_supplicant.conf
|
||||
/sbin/udhcpc -i client0
|
||||
|
Loading…
Reference in New Issue
Block a user