diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /scripts/patch-kernel | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'scripts/patch-kernel')
-rwxr-xr-x | scripts/patch-kernel | 4 |
1 files changed, 0 insertions, 4 deletions
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 () { | |||
116 | ext=".bz2" | 116 | ext=".bz2" |
117 | name="bzip2" | 117 | name="bzip2" |
118 | uncomp="bunzip2 -dc" | 118 | uncomp="bunzip2 -dc" |
119 | elif [ -r ${filebase}.xz ]; then | ||
120 | ext=".xz" | ||
121 | name="xz" | ||
122 | uncomp="xz -dc" | ||
123 | elif [ -r ${filebase}.zip ]; then | 119 | elif [ -r ${filebase}.zip ]; then |
124 | ext=".zip" | 120 | ext=".zip" |
125 | name="zip" | 121 | name="zip" |