diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-24 14:44:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-24 14:44:20 +0000 |
commit | 9e42ab43f25c3c27f8ab7e7476bc735e5a52e076 (patch) | |
tree | 2fba907a1c23944ac080f918965a97baeb8a103d /package/network/utils/iwinfo/Makefile | |
parent | 6ada49b194c90eee550313bbf866b71023e24add (diff) | |
download | master-187ad058-9e42ab43f25c3c27f8ab7e7476bc735e5a52e076.tar.gz master-187ad058-9e42ab43f25c3c27f8ab7e7476bc735e5a52e076.tar.bz2 master-187ad058-9e42ab43f25c3c27f8ab7e7476bc735e5a52e076.zip |
iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some architectures
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36417 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 8b103ebb57..d650c0d025 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:=41 +PKG_RELEASE:=42 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |