diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-08 16:07:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-08 16:07:06 +0000 |
commit | 62cdbe18f3f2aa3de0d110c08e74941b5fb2de28 (patch) | |
tree | 23c0d5a6b15efa67051d93f5fc0f8bc87138c465 /openwrt | |
parent | a455167ece9eb54530b1f4e2e7ac052cb96889ce (diff) | |
download | mtk-20170518-62cdbe18f3f2aa3de0d110c08e74941b5fb2de28.zip mtk-20170518-62cdbe18f3f2aa3de0d110c08e74941b5fb2de28.tar.gz mtk-20170518-62cdbe18f3f2aa3de0d110c08e74941b5fb2de28.tar.bz2 |
update wpa_supplicant to v0.4.9, add dependency on madwifi-ng (needed to build).
SVN-Revision: 3740
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/wpa_supplicant/Config.in | 1 | ||||
-rw-r--r-- | openwrt/package/wpa_supplicant/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/wpa_supplicant/Config.in b/openwrt/package/wpa_supplicant/Config.in index 00a756b..bac4e46 100644 --- a/openwrt/package/wpa_supplicant/Config.in +++ b/openwrt/package/wpa_supplicant/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2" tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_KMOD_MADWIFI select BR2_PACKAGE_LIBOPENSSL help WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN). diff --git a/openwrt/package/wpa_supplicant/Makefile b/openwrt/package/wpa_supplicant/Makefile index b1a9bd1..44276969 100644 --- a/openwrt/package/wpa_supplicant/Makefile +++ b/openwrt/package/wpa_supplicant/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.4.7 +PKG_VERSION:=0.4.9 PKG_RELEASE:=1 -PKG_MD5SUM:=1345730f15d5f93f2f083096ddc903eb +PKG_MD5SUM:=98498c152cbfc388c306fd9bbf7d57d4 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |