diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-12 17:26:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-12 17:26:13 +0000 |
commit | b7bc4ddfeeff5a7dc4ebca4d8f8788fd09635134 (patch) | |
tree | 9d5a8fbedfd94819c1f01c4aa744e97c808f5fef /package/hostapd/Makefile | |
parent | 4afbf11579e849b79c9f4f9e4072d764c0285cca (diff) | |
download | upstream-b7bc4ddfeeff5a7dc4ebca4d8f8788fd09635134.tar.gz upstream-b7bc4ddfeeff5a7dc4ebca4d8f8788fd09635134.tar.bz2 upstream-b7bc4ddfeeff5a7dc4ebca4d8f8788fd09635134.zip |
[package] hostapd: support optional argument for the -v switch of hostapd and wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29507 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 01c9ff66ad..3b6b6feb3e 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd PKG_VERSION:=20111103 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_REV:=6caaae1e48da247b21b54ea6001646597e35d9b1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |