diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-12 02:27:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-12 02:27:13 +0000 |
commit | ed1d776849fc3a30c6f0b9eb07c73e2e1ab59f21 (patch) | |
tree | ddb82c20bfbc57ceda36379e687745429c75d138 /contrib/package/iwinfo/Makefile | |
parent | 7c8824f0faf082f03037b554a4b57da863661fcb (diff) |
libiwinfo: ensure that country names are ascii, return txpower list even when no channel is set, bump version
Diffstat (limited to 'contrib/package/iwinfo/Makefile')
-rw-r--r-- | contrib/package/iwinfo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/package/iwinfo/Makefile b/contrib/package/iwinfo/Makefile index 0f24945503..82c5482737 100644 --- a/contrib/package/iwinfo/Makefile +++ b/contrib/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -58,4 +58,3 @@ define Package/libiwinfo/install endef $(eval $(call BuildPackage,libiwinfo)) - |