diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-02-09 14:18:41 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-17 17:33:18 +0100 |
commit | f5db5742e4c6008b5bdb4e788cb4b44c6e420f43 (patch) | |
tree | 5f2bb5f98f6f349ed1dbbb4c436541e9507c9e97 /package/network/utils/iw/Makefile | |
parent | d48a8ed40d3d1b65eec9c848828c6c0e2928cf07 (diff) | |
download | upstream-f5db5742e4c6008b5bdb4e788cb4b44c6e420f43.tar.gz upstream-f5db5742e4c6008b5bdb4e788cb4b44c6e420f43.tar.bz2 upstream-f5db5742e4c6008b5bdb4e788cb4b44c6e420f43.zip |
iw: update to 5.0.1
Refresh patches
MIPS IPK size increases:
iw-tiny: +3k
iw-full: +10k
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
[Remove sha256, nan, bloom, measurements and ftm from tiny version]
[sync nl80211 between backports and iw]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 ef39ee6724..4b1542e967 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.14 +PKG_VERSION:=5.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/iw -PKG_HASH:=f01671c0074bfdec082a884057edba1b9efd35c89eda554638496f03b769ad89 +PKG_HASH:=1e38ea794a223525b2ea7fe78fd14f2a56121e62e21ba5f9dbe8c494b35b5c0d PKG_BUILD_DIR:=$(BUILD_DIR)/iw-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> |