wpa_supplicant: update to 1.0

This commit is contained in:
Juergen Daubert 2012-05-12 09:42:42 +02:00
parent 7dd66743f3
commit 413965f443
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
f516f191384a9a546e3f5145c08addda wpa_supplicant-0.7.3.tar.gz
8650f6aa23646ef634402552d0669640 wpa_supplicant-1.0.tar.gz

View File

@ -4,15 +4,14 @@
# Depends on: openssl ncurses readline libnl
name=wpa_supplicant
version=0.7.3
release=2
version=1.0
release=1
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
build () {
cd $name-$version/$name
cp defconfig .config
echo "CONFIG_DRIVER_NL80211=y" >> .config
echo "CONFIG_READLINE=y" >> .config
make