diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-31 19:49:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-31 19:49:22 +0000 |
commit | be0b5c9b024980b0a2d3c416ae4146118c13c1dc (patch) | |
tree | 25b2d64d5c5082c290dc84b6b99ee9f095e69fea /package/network/utils/iw/Makefile | |
parent | 2388e9dfe9d9fa2ec6a05143b5fc06ce394bfb5a (diff) | |
download | master-187ad058-be0b5c9b024980b0a2d3c416ae4146118c13c1dc.tar.gz master-187ad058-be0b5c9b024980b0a2d3c416ae4146118c13c1dc.tar.bz2 master-187ad058-be0b5c9b024980b0a2d3c416ae4146118c13c1dc.zip |
iw: update to version 4.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iw/Makefile')
-rw-r--r-- | package/network/utils/iw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index 05ecd8adad..53cfee3674 100644 --- a/package/network/utils/iw/Makefile +++ b/package/network/utils/iw/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iw -PKG_VERSION:=3.17 +PKG_VERSION:=4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.kernel.org/pub/software/network/iw -PKG_MD5SUM:=69c4a2f29cf560247febc6cad7161a72 +PKG_MD5SUM:=3a292dd342bb88e30e74015ae6fe1e54 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_LICENSE:=GPL-2.0 |