diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-17 10:35:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-17 10:35:53 +0200 |
commit | 85253eabaf8dc5f58404a918a5d8e05bf54106be (patch) | |
tree | 69d3f75db47809a0eeb8bdbdc7d6ef8b27dc706a /package/wpa_supplicant | |
parent | f291bfd545366af4fb6528fc9999c2f47e7e2c51 (diff) |
update to latest upstream version
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 4 | ||||
-rw-r--r-- | package/wpa_supplicant/files/config | 2 | ||||
-rw-r--r-- | package/wpa_supplicant/patches/patch-src_drivers_drivers_mak | 15 |
3 files changed, 3 insertions, 18 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 580d27af2..ab7e44355 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= wpa_supplicant -PKG_VERSION:= 0.7.3 +PKG_VERSION:= 1.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= f516f191384a9a546e3f5145c08addda +PKG_MD5SUM:= 8650f6aa23646ef634402552d0669640 PKG_DESCR:= WPA Supplicant with support for WPA and WPA2 PKG_SECTION:= wifi PKG_DEPENDS:= libnl diff --git a/package/wpa_supplicant/files/config b/package/wpa_supplicant/files/config index c3e2702cd..c7bf049df 100644 --- a/package/wpa_supplicant/files/config +++ b/package/wpa_supplicant/files/config @@ -3,7 +3,7 @@ CONFIG_DRIVER_NL80211=y CONFIG_DRIVER_WEXT=y #CONFIG_IEEE8021X_EAPOL=y CONFIG_CTRL_IFACE=y -CONFIG_LIBNL20=y +CONFIG_LIBNL32=y # default CONFIG_EAP_PSK=y diff --git a/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak b/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak deleted file mode 100644 index 6f9bfd704..000000000 --- a/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak +++ /dev/null @@ -1,15 +0,0 @@ ---- wpa_supplicant-0.7.3.orig/src/drivers/drivers.mak 2010-09-07 17:43:39.000000000 +0200 -+++ wpa_supplicant-0.7.3/src/drivers/drivers.mak 2012-04-03 16:08:09.000000000 +0200 -@@ -31,10 +31,10 @@ NEED_SME=y - NEED_AP_MLME=y - NEED_NETLINK=y - NEED_LINUX_IOCTL=y --DRV_LIBS += -lnl -+DRV_LIBS += -lnl-3 - - ifdef CONFIG_LIBNL20 --DRV_LIBS += -lnl-genl -+DRV_LIBS += -lnl-genl-3 - DRV_CFLAGS += -DCONFIG_LIBNL20 - endif - endif |