[linux] 01/03: [m68k] Build uncompressed kernel image by default

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Oct 15 23:10:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 9e3825c59d021fb3c1031a73fa635b8ad59bf1c8
Author: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>
Date:   Tue Oct 10 07:56:37 2017 +0200

    [m68k] Build uncompressed kernel image by default
---
 debian/changelog           | 1 +
 debian/config/m68k/defines | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15c495e..4acc623 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ linux (4.14~rc3-1~exp2) UNRELEASED; urgency=medium
     - buddha, falconide, gayle, macide, q40ide
   * [m68k] udeb: Add missing SCSI drivers to scsi-modules:
     - a2091, a3000, a4000t, bvme6000_scsi, gvp11, mvme16x_scsi, zorro7xx
+  * [m68k] Build uncompressed kernel image by default.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Wed, 04 Oct 2017 01:44:24 +0100
 
diff --git a/debian/config/m68k/defines b/debian/config/m68k/defines
index dcaef97..5427964 100644
--- a/debian/config/m68k/defines
+++ b/debian/config/m68k/defines
@@ -5,13 +5,13 @@ flavours:
 kernel-arch: m68k
 
 [build]
-image-file: vmlinux.gz
+image-file: vmlinux
 # linux-signed only works for architectures in the main archive
 signed-modules: false
 
 [image]
 suggests: vmelilo, fdutils
-install-stem: vmlinuz
+install-stem: vmlinux
 
 [m68k_description]
 hardware: Motorola MC68020+ family

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list