mirror of
https://github.com/vanhoefm/modwifi.git
synced 2024-12-18 21:37:50 +00:00
Script to generate release archive
This commit is contained in:
parent
c7de046916
commit
5572844df6
16
genrelease.sh
Executable file
16
genrelease.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo -e "Make sure all projects are on the correct branch...\n"
|
||||||
|
|
||||||
|
# Let at modules generate their result in a tar
|
||||||
|
cd ../ath9k-htc/ && ./build.sh release && cd -
|
||||||
|
cd ../backports/ && ./release.sh && cd -
|
||||||
|
cd ../tools/ && make release && cd -
|
||||||
|
|
||||||
|
# Combine and zip all results
|
||||||
|
cp ../drivers.tar modwifi.tar
|
||||||
|
tar --concatenate --file=modwifi.tar ../firmware.tar
|
||||||
|
tar --concatenate --file=modwifi.tar ../tools.tar
|
||||||
|
gzip modwifi.tar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user