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"