diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-06 09:30:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-06 09:30:50 +0000 |
commit | a650d33490880e81897659b1a630ce5e08b4fd9c (patch) | |
tree | 06a313978ce6f9083588c58d861f0d9a3cb1bb08 /package/iwinfo/Makefile | |
parent | 4347abcaf63d899fc8196523e7a4f1905645bff6 (diff) | |
download | upstream-a650d33490880e81897659b1a630ce5e08b4fd9c.tar.gz upstream-a650d33490880e81897659b1a630ce5e08b4fd9c.tar.bz2 upstream-a650d33490880e81897659b1a630ce5e08b4fd9c.zip |
iwinfo: properly deal with channels 7..12 on 5GHz
SVN-Revision: 32634
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 aa85298c2c..f05fe4a786 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=34 +PKG_RELEASE:=35 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |