diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:39 +0000 |
commit | a86a5699d9b5c669bf41e19736a044b035da0332 (patch) | |
tree | 59af21feb39e6650384caff03101b2b7f77d0776 /package/network/utils/iw/Makefile | |
parent | 8d580cd7f299e3955295a2fee7b907b219d1a049 (diff) | |
download | upstream-a86a5699d9b5c669bf41e19736a044b035da0332.tar.gz upstream-a86a5699d9b5c669bf41e19736a044b035da0332.tar.bz2 upstream-a86a5699d9b5c669bf41e19736a044b035da0332.zip |
iw: update to version 4.3
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 47777
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 53cfee3674..ad82081570 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:=4.1 +PKG_VERSION:=4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.kernel.org/pub/software/network/iw -PKG_MD5SUM:=3a292dd342bb88e30e74015ae6fe1e54 +PKG_MD5SUM:=7adec72e91ebdd9c55429fa34a23a6f5 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_LICENSE:=GPL-2.0 |