aboutsummaryrefslogtreecommitdiffstats
path: root/package/iw/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-08 14:48:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-08 14:48:29 +0000
commita1aec68e09778905a2f83e9fe886cda3c67c0f4b (patch)
tree8450a0f0e31400f3ff12c5d8623d436f3146bbe6 /package/iw/Makefile
parenta1428e33be9fef11814a1bc768e7ddcf4ab853d8 (diff)
downloadmaster-187ad058-a1aec68e09778905a2f83e9fe886cda3c67c0f4b.tar.gz
master-187ad058-a1aec68e09778905a2f83e9fe886cda3c67c0f4b.tar.bz2
master-187ad058-a1aec68e09778905a2f83e9fe886cda3c67c0f4b.zip
iw: update to v3.1, add support for per-chain signal strength info
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r--package/iw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile
index 2b714f8f98..c0f6eb7394 100644
--- a/package/iw/Makefile
+++ b/package/iw/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iw
-PKG_VERSION:=0.9.22
-PKG_RELEASE:=2
+PKG_VERSION:=3.1
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/
-PKG_MD5SUM:=561c2602c5ce7c65a590118286c0892a
+PKG_MD5SUM:=2b63438a12b7dc481140cb9a69c86e4a
PKG_BUILD_DEPENDS:=mac80211
include $(INCLUDE_DIR)/package.mk