diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-23 12:18:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-23 12:18:46 +0000 |
commit | b1af9a779fda99262632d69c085aea16e17ac809 (patch) | |
tree | b43ee9d8c834a4490a98bd8b3715dacc88753491 /package/iwinfo/Makefile | |
parent | b168535b100ab983ae4a76439524b59dcc996276 (diff) | |
download | upstream-b1af9a779fda99262632d69c085aea16e17ac809.tar.gz upstream-b1af9a779fda99262632d69c085aea16e17ac809.tar.bz2 upstream-b1af9a779fda99262632d69c085aea16e17ac809.zip |
iwinfo: implement netlink scanning code, rework IE parsing code
SVN-Revision: 30691
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 63ccec9b15..079fe682fe 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=29 +PKG_RELEASE:=30 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |