diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-17 00:36:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-17 00:36:25 +0000 |
commit | 018d69c3b3421ff86be0004a25943068cd54aace (patch) | |
tree | 25f3ffdfbd017853efe69fecf8793dca16212075 /package/iwinfo/Makefile | |
parent | e17a3ffbbde8622189a4514f864f8241fb1ed485 (diff) | |
download | upstream-018d69c3b3421ff86be0004a25943068cd54aace.tar.gz upstream-018d69c3b3421ff86be0004a25943068cd54aace.tar.bz2 upstream-018d69c3b3421ff86be0004a25943068cd54aace.zip |
iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
SVN-Revision: 30605
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 27caf9fcba..35ba0cc180 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=25 +PKG_RELEASE:=26 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |