diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-20 09:27:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-20 09:27:32 +0000 |
commit | f2e47079d78564ba45cd2a3389a9695249b49649 (patch) | |
tree | 9e39cfc2c4690d92bd13fd5d851dfa6443890e39 /package/iwinfo/Makefile | |
parent | 50e93c4a4783f6d88f83242d798a37bac0374a8e (diff) | |
download | master-187ad058-f2e47079d78564ba45cd2a3389a9695249b49649.tar.gz master-187ad058-f2e47079d78564ba45cd2a3389a9695249b49649.tar.bz2 master-187ad058-f2e47079d78564ba45cd2a3389a9695249b49649.zip |
[package] iwinfo: add more device entries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30658 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 35ba0cc180..721de49543 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=26 +PKG_RELEASE:=27 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |