[kernel] r19540 - in dists/trunk/linux/debian: . config config/armel config/armhf

Bastian Blank waldi at alioth.debian.org
Mon Nov 26 19:46:06 UTC 2012


Author: waldi
Date: Mon Nov 26 19:46:06 2012
New Revision: 19540

Log:
* debian/changelog: Update.
* debian/config/armhf/config, debian/config/armel/config:
  Remove KERNEL_GZIP, KERNEL_LZMA.
* debian/config/config: Set KERNEL_XZ.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config
   dists/trunk/linux/debian/config/armhf/config
   dists/trunk/linux/debian/config/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Mon Nov 26 18:23:12 2012	(r19539)
+++ dists/trunk/linux/debian/changelog	Mon Nov 26 19:46:06 2012	(r19540)
@@ -11,6 +11,7 @@
   * [s390/s390x-tape, s390x/s390x-tape] Remove not longer supported image
     variant.
   * [s390, s390x] Enable support for transparent hugepages.
+  * Use XZ for kernel images if supported.
 
  -- Bastian Blank <waldi at debian.org>  Wed, 21 Nov 2012 09:34:28 +0100
 

Modified: dists/trunk/linux/debian/config/armel/config
==============================================================================
--- dists/trunk/linux/debian/config/armel/config	Mon Nov 26 18:23:12 2012	(r19539)
+++ dists/trunk/linux/debian/config/armel/config	Mon Nov 26 19:46:06 2012	(r19540)
@@ -112,15 +112,6 @@
 # CONFIG_VIRTIO_BALLOON is not set
 
 ##
-## file: init/Kconfig
-##
-## choice: Kernel compression mode
-# CONFIG_KERNEL_GZIP is not set
-# CONFIG_KERNEL_BZIP2 is not set
-CONFIG_KERNEL_LZMA=y
-## end choice
-
-##
 ## file: security/apparmor/Kconfig
 ##
 # CONFIG_SECURITY_APPARMOR is not set

Modified: dists/trunk/linux/debian/config/armhf/config
==============================================================================
--- dists/trunk/linux/debian/config/armhf/config	Mon Nov 26 18:23:12 2012	(r19539)
+++ dists/trunk/linux/debian/config/armhf/config	Mon Nov 26 19:46:06 2012	(r19540)
@@ -23,12 +23,3 @@
 # CONFIG_BAYCOM_EPP is not set
 # CONFIG_YAM is not set
 
-##
-## file: init/Kconfig
-##
-## choice: Kernel compression mode
-CONFIG_KERNEL_GZIP=y
-# CONFIG_KERNEL_BZIP2 is not set
-# CONFIG_KERNEL_LZMA is not set
-## end choice
-

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Mon Nov 26 18:23:12 2012	(r19539)
+++ dists/trunk/linux/debian/config/config	Mon Nov 26 19:46:06 2012	(r19540)
@@ -3786,10 +3786,7 @@
 CONFIG_LOCALVERSION=""
 # CONFIG_LOCALVERSION_AUTO is not set
 ## choice: Kernel compression mode
-CONFIG_KERNEL_GZIP=y
-# CONFIG_KERNEL_BZIP2 is not set
-# CONFIG_KERNEL_LZMA is not set
-# CONFIG_KERNEL_LZO is not set
+CONFIG_KERNEL_XZ=y
 ## end choice
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y



More information about the Kernel-svn-changes mailing list