diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-09 14:37:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-09 14:37:55 +0000 |
commit | 64e2eeb91c60ffb4858684b7ca98ac9eefb0c69b (patch) | |
tree | 8ca3b1349f88a6dcf7a53eda9b2dba74f89f792c /package/network/utils/iwinfo/Makefile | |
parent | 0e46f3a0532bea6f0f8ebbad49c989bedbe0eff9 (diff) | |
download | master-187ad058-64e2eeb91c60ffb4858684b7ca98ac9eefb0c69b.tar.gz master-187ad058-64e2eeb91c60ffb4858684b7ca98ac9eefb0c69b.tar.bz2 master-187ad058-64e2eeb91c60ffb4858684b7ca98ac9eefb0c69b.zip |
iwinfo: fix frequency/channel and channel/frequency conversions to properly implement 802.11j
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36292 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index f8a92dac4b..23f3f38cb4 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=39 +PKG_RELEASE:=40 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |