diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-02-12 20:16:05 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-22 16:38:41 +0100 |
commit | b9d29b78c81e90b9d0a24b1fa002ae6c5ea18299 (patch) | |
tree | 00f522329a135bd346d0109d20650ab0ee9821c1 /package/network/utils/iw/Makefile | |
parent | 499ebb791fcc83047418f68316424202e5362fc7 (diff) | |
download | upstream-b9d29b78c81e90b9d0a24b1fa002ae6c5ea18299.tar.gz upstream-b9d29b78c81e90b9d0a24b1fa002ae6c5ea18299.tar.bz2 upstream-b9d29b78c81e90b9d0a24b1fa002ae6c5ea18299.zip |
iw: update to 5.4
Update iw to 5.4
This increases the ipk size of iw-tiny/full by about 400 bytes
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'package/network/utils/iw/Makefile')
-rw-r--r-- | package/network/utils/iw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index ed2599342c..7abf93e01e 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:=5.3 -PKG_RELEASE:=2 +PKG_VERSION:=5.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/iw -PKG_HASH:=04afe857bc8dea67e461946de30ae1b012954b6965839c5c3fda7d0ed15505d5 +PKG_HASH:=a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |