diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-19 20:58:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-19 20:58:48 +0000 |
commit | 5039b43e953c16c8510ff89b2c90470882ec55c3 (patch) | |
tree | aebe491e91803460e74e697e6a41ece5533e60d5 /contrib/package/iwinfo/Makefile | |
parent | 687861c498f15b76eed192401911c0b00c714597 (diff) |
libiwinfo: implement hwmodelist()
Diffstat (limited to 'contrib/package/iwinfo/Makefile')
-rw-r--r-- | contrib/package/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/iwinfo/Makefile b/contrib/package/iwinfo/Makefile index e7e16f626a..ddfcbeba58 100644 --- a/contrib/package/iwinfo/Makefile +++ b/contrib/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |