diff options
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" |