diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-24 20:54:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-24 20:54:13 +0000 |
commit | a886b7ad0db1f1f8ff3a3323a2d79f28fe945342 (patch) | |
tree | 247ee7b166c3f6941e97b8358b04083ec99ac2dc /package/hostapd/Makefile | |
parent | cb51e6c0d77decd543da17689afcb3abfb68aa60 (diff) | |
download | master-187ad058-a886b7ad0db1f1f8ff3a3323a2d79f28fe945342.tar.gz master-187ad058-a886b7ad0db1f1f8ff3a3323a2d79f28fe945342.tar.bz2 master-187ad058-a886b7ad0db1f1f8ff3a3323a2d79f28fe945342.zip |
[package] hostapd: introduce a client_cert option which is passed on to wpa_supplicant (#8876)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29901 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-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 3b6b6feb3e..c4e5d9f25a 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 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:=20111103 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_REV:=6caaae1e48da247b21b54ea6001646597e35d9b1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |