Revert "wpa_supplicant: update for libnl version 3.2, thanks horrorStruck for the help"

This reverts commit ee71cc393a.
This commit is contained in:
Juergen Daubert 2013-01-25 22:28:53 +01:00
parent 4a81e286e5
commit 7fed42f454

View File

@ -5,16 +5,14 @@
name=wpa_supplicant
version=1.1
release=2
release=1
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
build () {
cd $name-$version/$name
cp defconfig .config
echo "CONFIG_READLINE=y
CONFIG_LIBNL32=y
CFLAGS+=-I/usr/include/libnl3" >> .config
echo "CONFIG_READLINE=y" >> .config
make