diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-06 01:00:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-06 01:00:14 +0000 |
commit | 4347abcaf63d899fc8196523e7a4f1905645bff6 (patch) | |
tree | 8cb0db1b4889f8969fe2a4340365308bec5ed206 /package/iwinfo/Makefile | |
parent | 110fd3525ac2b45ddbab1513421fcfa2c06a4d11 (diff) | |
download | upstream-4347abcaf63d899fc8196523e7a4f1905645bff6.tar.gz upstream-4347abcaf63d899fc8196523e7a4f1905645bff6.tar.bz2 upstream-4347abcaf63d899fc8196523e7a4f1905645bff6.zip |
iwinfo: find channel & frequency via nl80211 or hostapd instead of wext
SVN-Revision: 32630
Diffstat (limited to 'package/iwinfo/Makefile')
-rw-r--r-- | package/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iwinfo/Makefile b/package/iwinfo/Makefile index 5fd04d3d15..aa85298c2c 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=33 +PKG_RELEASE:=34 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |