commit 3d392d148bc9242454d7c5151414ca233dca8581 parent fec6d99b1ff16da87bd1ba8af1d9cf35c79680a7 Author: Cem Keylan <cem@ckyln.com> Date: Sun, 12 Jan 2020 00:20:48 +0300 iw: add 5.4 to extra Diffstat:
A | extra/iw/build | | | 7 | +++++++ |
A | extra/iw/checksums | | | 1 | + |
A | extra/iw/sources | | | 1 | + |
A | extra/iw/version | | | 1 | + |
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/extra/iw/build b/extra/iw/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + + +# iw manpage is extremely small, +# we don't need to compress it. +sed 's@\(iw\.8\)\.gz@\1@' -i Makefile +make DESTDIR="$1" PREFIX="/usr" install diff --git a/extra/iw/checksums b/extra/iw/checksums @@ -0,0 +1 @@ +a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f iw-5.4.tar.xz diff --git a/extra/iw/sources b/extra/iw/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/software/network/iw/iw-5.4.tar.xz diff --git a/extra/iw/version b/extra/iw/version @@ -0,0 +1 @@ +5.4 1