iwlwifi/create_tar.sh
Stephan Raue 9c36ac36d8 add Intel wlan firmwares
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 19:13:09 +01:00

4 lines
108 B
Bash
Executable File

#!/bin/sh
git archive --format=tar --prefix=iwlwifi-firmware-$1/ tags/$1 | xz > iwlwifi-firmware-$1.tar.xz