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
commitb486d768d1655b6a1675bbfeb5a3b5b8196b63ab (patch)
treee10e91e5a1b3a0d9e661985a10be300ccf329dc9 /package/iw/Makefile
parent91af0d5b25b162b2885a92ebf9d2ae3f8ea46bbb (diff)
downloadupstream-b486d768d1655b6a1675bbfeb5a3b5b8196b63ab.tar.gz
upstream-b486d768d1655b6a1675bbfeb5a3b5b8196b63ab.tar.bz2
upstream-b486d768d1655b6a1675bbfeb5a3b5b8196b63ab.zip
iw: update to v3.1, add support for per-chain signal strength info
SVN-Revision: 28385
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