From 5e65ccdb96e218082bf0c8a5066747b78191ac42 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 12 Mar 2012 15:13:37 -0700 Subject: [PATCH] --- yaml --- r: 298221 b: refs/heads/master c: 354fa22fce767ac137099c8009a411bd0499816c h: refs/heads/master i: 298219: 12c040553b253dff8cc5e98913a0d4ced98983d4 v: v3 --- [refs] | 2 +- trunk/scripts/patch-kernel | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 326fc39d15cd..6b4f2455e755 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 468db96122152fad1a23fc9024523f35140e5675 +refs/heads/master: 354fa22fce767ac137099c8009a411bd0499816c diff --git a/trunk/scripts/patch-kernel b/trunk/scripts/patch-kernel index 20fb25c23382..d000ea3a41fd 100755 --- a/trunk/scripts/patch-kernel +++ b/trunk/scripts/patch-kernel @@ -116,6 +116,10 @@ findFile () { ext=".bz2" name="bzip2" uncomp="bunzip2 -dc" + elif [ -r ${filebase}.xz ]; then + ext=".xz" + name="xz" + uncomp="xz -dc" elif [ -r ${filebase}.zip ]; then ext=".zip" name="zip"