I am using debian 8.0 jessie with kernel 3.19.0-rc7-bone3 on the BBB.
0. Getting ready to build:
sudo apt-get install build-essential fakeroot devscripts

1. Get openssl 1.0.2 :
See http://www.linuxfromscratch.org/blfs/view/svn/postlfs/openssl.html
- apt-get install zlib1g-dev
- export CFLAGS=-fPIC

- ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic 
&& make


wpa_supplicant/wpa_supplicant-2.3/wpa_supplicant# cat > .config << "EOF"
> 
CONFIG_BACKEND=file                                                             
                            

> CONFIG_CTRL_IFACE=y                  
> CONFIG_DEBUG_FILE=yACILITY=LOG_DAEMON
> CONFIG_DEBUG_SYSLOG=y
> 
CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON                                         
                            

> CONFIG_DRIVER_NL80211=y
> 
CONFIG_DRIVER_WEXT=y                                                            
                            

> CONFIG_DRIVER_WIRED=y
> 
CONFIG_EAP_GTC=y                                                                
                            

> CONFIG_EAP_LEAP=y
> CONFIG_EAP_MD5=y
> CONFIG_EAP_MSCHAPV2=y
> CONFIG_EAP_OTP=y
> CONFIG_EAP_PEAP=y
> CONFIG_EAP_TLS=y
> CONFIG_EAP_TTLS=y
> CONFIG_IEEE8021X_EAPOL=y
> CONFIG_IPV6=y
> CONFIG_LIBNL32=y
> CONFIG_PEERKEY=y
> CONFIG_PKCS12=y
> CONFIG_READLINE=y
> CONFIG_P2P=y
> CONFIG_TDLS=y
> CONFIG_WIFI_DISPLAY=y
> CONFIG_WPS=y
> CFLAGS += -I/usr/include/libnl3
> EOF

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to