diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-16 17:58:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-16 17:58:33 +0000 |
commit | e4d39271b0fedb9c77d8daccf1a4caefd46ffdf6 (patch) | |
tree | 4f074a5376f7bdd30ecd8760deb69949606f069d /package/iwinfo/Makefile | |
parent | eed8e2a4fd45d37dccaa788fcc6025c996d9fac5 (diff) | |
download | upstream-e4d39271b0fedb9c77d8daccf1a4caefd46ffdf6.tar.gz upstream-e4d39271b0fedb9c77d8daccf1a4caefd46ffdf6.tar.bz2 upstream-e4d39271b0fedb9c77d8daccf1a4caefd46ffdf6.zip |
iwinfo: fix detection of Bullet M5, the PCI ID was wrong
SVN-Revision: 30591
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 4f6bc1d363..27caf9fcba 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=24 +PKG_RELEASE:=25 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |