diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-23 18:20:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-23 18:20:51 +0000 |
commit | c3d47454b29682a55ee730e2a90156d3e3bc2543 (patch) | |
tree | 00e87657952200aafcf73f825c14d6160a1f6841 /package/iwinfo/Makefile | |
parent | 76bb0f3309862e021d454783a957306b63613a9a (diff) | |
download | upstream-c3d47454b29682a55ee730e2a90156d3e3bc2543.tar.gz upstream-c3d47454b29682a55ee730e2a90156d3e3bc2543.tar.bz2 upstream-c3d47454b29682a55ee730e2a90156d3e3bc2543.zip |
iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after latest abi changes
SVN-Revision: 30693
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 079fe682fe..f74fe2f1f9 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=30 +PKG_RELEASE:=31 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |