diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-20 21:17:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-20 21:17:59 +0000 |
commit | bbf5ddc6ffcb38b4e96c4053697b7b1570d1e7d0 (patch) | |
tree | 6a3755d06e70c1eee049befbcf94f456f9847e48 /package/iwinfo/Makefile | |
parent | 32a69747812d72bb93bd3a71090d5db58b9a5602 (diff) | |
download | master-187ad058-bbf5ddc6ffcb38b4e96c4053697b7b1570d1e7d0.tar.gz master-187ad058-bbf5ddc6ffcb38b4e96c4053697b7b1570d1e7d0.tar.bz2 master-187ad058-bbf5ddc6ffcb38b4e96c4053697b7b1570d1e7d0.zip |
[package] iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30663 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 721de49543..d58d62d469 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=27 +PKG_RELEASE:=28 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |