diff options
-rwxr-xr-x | images/make_boot_img | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index e6f7aba7a..efb3b661e 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -465,7 +465,6 @@ image=/vmlinux$I.gz sub boot_img_ppc { my ($type, $I, $img, $kernel) = @_; - (my $rdz = $img) =~ s/\.img/.rdz/; foreach (glob("all.kernels/*")) { my $ext = basename($_); if ($ext =~ /legacy/) { |