wpa_supplicant: update to 2.0.
This commit is contained in:
parent
f2ee4a5693
commit
e8e489d619
2 changed files with 2 additions and 25 deletions
|
@ -1,11 +0,0 @@
|
|||
--- src/drivers/drivers.mak.foo 2012-03-02 16:11:43.176448714 -0600
|
||||
+++ src/drivers/drivers.mak 2012-03-02 16:12:29.759866341 -0600
|
||||
@@ -48,7 +48,7 @@ NEED_RFKILL=y
|
||||
ifdef CONFIG_LIBNL32
|
||||
DRV_LIBS += -lnl-3
|
||||
DRV_LIBS += -lnl-genl-3
|
||||
- DRV_CFLAGS += -DCONFIG_LIBNL20
|
||||
+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
|
||||
else
|
||||
ifdef CONFIG_LIBNL_TINY
|
||||
DRV_LIBS += -lnl-tiny
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wpa_supplicant'
|
||||
pkgname=wpa_supplicant
|
||||
version=1.1
|
||||
version=2.0
|
||||
revision=1
|
||||
build_wrksrc=$pkgname
|
||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||
|
@ -8,19 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://hostap.epitest.fi"
|
||||
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
||||
checksum=a54dbe5cfd47b724d7433366d536f76bbc31efea2df866a8f2f87c86a48b9e02
|
||||
long_desc="
|
||||
$pkgname is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with
|
||||
support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both
|
||||
desktop/laptop computers and embedded systems. Supplicant is the IEEE
|
||||
802.1X/WPA component that is used in the client stations. It implements
|
||||
key negotiation with a WPA Authenticator and it controls the roaming and
|
||||
IEEE 802.11 authentication/association of the wlan driver.
|
||||
|
||||
$pkgname is designed to be a daemon program that runs in the background
|
||||
and acts as the backend component controlling the wireless connection.
|
||||
$pkgname supports separate frontend programs and a text-based frontend
|
||||
(wpa_cli) and a GUI (wpa_gui) are included with $pkgname."
|
||||
checksum=2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09
|
||||
|
||||
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue