Date:2010-06-16 22:28:55 (13 years 9 months ago)
Author:jow
Commit:b8297562d3205aaf1d0d4cf37a9bdd21e7595924
Message:[backfire] merge r21820 and r21821

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/hostapd/Makefile (2 diffs)
package/hostapd/files/wpa_supplicant.sh (1 diff)

Change Details

package/hostapd/Makefile
11#
2# Copyright (C) 2006-2009 OpenWrt.org
2# Copyright (C) 2006-2010 OpenWrt.org
33#
44# This is free software, licensed under the GNU General Public License v2.
55# See /LICENSE for more information.
...... 
99
1010PKG_NAME:=hostapd
1111PKG_VERSION:=20100418
12PKG_RELEASE:=1
12PKG_RELEASE:=2
1313PKG_REV:=0b86f67a2970403d1b1b6d34ce49f5485ef5dbb3
1414
1515PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
package/hostapd/files/wpa_supplicant.sh
7070            key_mgmt='WPA-EAP'
7171            config_get ieee80211w "$vif" ieee80211w
7272            config_get ca_cert "$vif" ca_cert
73            config_get eap_type "$vif" eap_type
7374            ca_cert=${ca_cert:+"ca_cert=\"$ca_cert\""}
7475            case "$eap_type" in
7576                tls)

Archive Download the corresponding diff file



interactive