* debian/changelog: Update.

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

svn path=/dists/trunk/linux/; revision=19540
This commit is contained in:
Bastian Blank 2012-11-26 19:46:06 +00:00
parent 8df19a9ea6
commit d0cc10e33c
4 changed files with 2 additions and 22 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ linux (3.6.7-1~experimental.1) UNRELEASED; urgency=low
* [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@debian.org> Wed, 21 Nov 2012 09:34:28 +0100

View File

@ -111,15 +111,6 @@ CONFIG_YAM=m
# CONFIG_VIRTIO_PCI is not set
# 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
##

View File

@ -23,12 +23,3 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
# 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

View File

@ -3786,10 +3786,7 @@ CONFIG_EXPERIMENTAL=y
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