diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-06 13:24:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-06 13:24:47 +0000 |
commit | 843452730565e43ca70a2572681b651690c0789b (patch) | |
tree | 25adba03741c11ebc16810e14c0784152d2e7e5d /package/iwinfo/Makefile | |
parent | 62d8009cdd9c8f998c23b0c71e5d8002e2c2153a (diff) | |
download | upstream-843452730565e43ca70a2572681b651690c0789b.tar.gz upstream-843452730565e43ca70a2572681b651690c0789b.tar.bz2 upstream-843452730565e43ca70a2572681b651690c0789b.zip |
iwinfo: support nl80211 hardware identification against radioX pseudo interfaces, useful if radio is not up yet
SVN-Revision: 29462
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 471904432e..f69b86e8f7 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=20 +PKG_RELEASE:=21 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |