From 8dea78da5cee153b8af9c07a2745f6c55057fe12 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Thu, 17 Jan 2013 16:15:55 -0500 Subject: Patched in Tegra support. --- scripts/patch-kernel | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/patch-kernel') diff --git a/scripts/patch-kernel b/scripts/patch-kernel index d000ea3a41f..20fb25c2338 100755 --- a/scripts/patch-kernel +++ b/scripts/patch-kernel @@ -116,10 +116,6 @@ 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" -- cgit v1.2.2