diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-10 12:23:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-10 12:23:41 +0000 |
commit | cd70115a7743b57cd9ab65a4f9b409aee9f76d4f (patch) | |
tree | 508c01fb72f2194cd2f7ad79e02c17f0cd6f7267 /package/hostapd/Makefile | |
parent | 8df87f1b6dc94fa6dc8e035f56e72b847545e0b7 (diff) | |
download | upstream-cd70115a7743b57cd9ab65a4f9b409aee9f76d4f.tar.gz upstream-cd70115a7743b57cd9ab65a4f9b409aee9f76d4f.tar.bz2 upstream-cd70115a7743b57cd9ab65a4f9b409aee9f76d4f.zip |
[package] hostapd: introduce new default-off option "auth_cache" which controls PMKSA and Opportunistic Key Caching (#12129)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 122ee9b1a4..e438ef349e 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd PKG_VERSION:=20120428 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |