mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:21:51 +02:00
update wpa_supplicant to v0.4.9,
add dependency on madwifi-ng (needed to build). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3740 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae286fa584
commit
88d99188b8
@ -2,6 +2,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT
|
|||||||
prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2"
|
prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_KMOD_MADWIFI
|
||||||
select BR2_PACKAGE_LIBOPENSSL
|
select BR2_PACKAGE_LIBOPENSSL
|
||||||
help
|
help
|
||||||
WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN).
|
WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN).
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wpa_supplicant
|
PKG_NAME:=wpa_supplicant
|
||||||
PKG_VERSION:=0.4.7
|
PKG_VERSION:=0.4.9
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=1345730f15d5f93f2f083096ddc903eb
|
PKG_MD5SUM:=98498c152cbfc388c306fd9bbf7d57d4
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user