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 | 059d4bad00475c312218adbfd01a6256b837a2b4 (patch) | |
tree | 4d288fcba9097c89cb5d712846efdc30c1f9df74 /package/hostapd/Makefile | |
parent | d886c0aaed49047a7a799135f90c50c01d36fee8 (diff) | |
download | mtk-20170518-059d4bad00475c312218adbfd01a6256b837a2b4.zip mtk-20170518-059d4bad00475c312218adbfd01a6256b837a2b4.tar.gz mtk-20170518-059d4bad00475c312218adbfd01a6256b837a2b4.tar.bz2 |
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
SVN-Revision: 29507
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 01c9ff6..3b6b6fe 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 |