diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-16 20:24:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-16 20:24:09 +0000 |
commit | 6223ca579ccbdd2ceb6e8ff5cad0b3f8150fbda3 (patch) | |
tree | dd47264091cd177ba4c0353b4108597686bdad0b /package/hostapd | |
parent | 8d46538ef01f7abdb71b978f7a632a415e6a2eda (diff) | |
download | upstream-6223ca579ccbdd2ceb6e8ff5cad0b3f8150fbda3.tar.gz upstream-6223ca579ccbdd2ceb6e8ff5cad0b3f8150fbda3.tar.bz2 upstream-6223ca579ccbdd2ceb6e8ff5cad0b3f8150fbda3.zip |
[package] hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode (#7476)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21820 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 72a7205dd1..948e1339b8 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd PKG_VERSION:=20100418 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_REV:=0b86f67a2970403d1b1b6d34ce49f5485ef5dbb3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |