summaryrefslogtreecommitdiff
path: root/scripts/build/kernel
diff options
context:
space:
mode:
authorJerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>2013-03-21 09:57:31 (GMT)
committerJerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>2013-03-21 09:57:31 (GMT)
commit5458f566af49cfcdf0cd698ed0fa0a001ad6af07 (patch)
tree35667132d602e6085a1096b63bfb0b177797d37f /scripts/build/kernel
parente284b218a7c52b666082fc552a21fc03b13459c1 (diff)
kernel/linux: add xz-ed linux tarballs
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Message-Id: <f249828223fc75313bee.1363860871@NX5000> Patchwork-Id: 229618
Diffstat (limited to 'scripts/build/kernel')
-rw-r--r--scripts/build/kernel/linux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index 7f2d21c..af40884 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -154,6 +154,7 @@ do_kernel_custom() {
*.tgz) tar_opt=--gzip;;
*.tar.gz) tar_opt=--gzip;;
*.tar.bz2) tar_opt=--bzip2;;
+ *.tar.xz) tar_opt=--xz;;
esac
CT_DoExecLog ALL tar x ${tar_opt} -vf ${CT_KERNEL_LINUX_CUSTOM_PATH}
else