[kernel] r14606 - in dists/trunk/linux-2.6/debian: . config/armel templates

Martin Michlmayr tbm at alioth.debian.org
Thu Nov 12 17:34:25 UTC 2009


Author: tbm
Date: Thu Nov 12 17:34:23 2009
New Revision: 14606

Log:
[armel] Enable KERNEL_LZMA, i.e. compress kernels with lzma to get
much better compression.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/armel/config
   dists/trunk/linux-2.6/debian/templates/control.source.in

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Nov 12 17:32:42 2009	(r14605)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Nov 12 17:34:23 2009	(r14606)
@@ -21,6 +21,8 @@
   * [armel/orion5x, armel/kirkwood] Enable ISDN (requested by Markus
     Krebs).
   * Add patch from Albin Tonnerre to add HAVE_KERNEL_LZMA to arm.
+  * [armel] Enable KERNEL_LZMA, i.e. compress kernels with lzma to get
+    much better compression.
 
   [ maximilian attems ]
   * Simplify postinst nuke reverse symlinks handling. Patch from

Modified: dists/trunk/linux-2.6/debian/config/armel/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config	Thu Nov 12 17:32:42 2009	(r14605)
+++ dists/trunk/linux-2.6/debian/config/armel/config	Thu Nov 12 17:34:23 2009	(r14606)
@@ -72,3 +72,7 @@
 CONFIG_ECONET_AUNUDP=y
 CONFIG_ECONET_NATIVE=y
 
+# CONFIG_KERNEL_GZIP is not set
+# CONFIG_KERNEL_BZIP2 is not set
+CONFIG_KERNEL_LZMA=y
+

Modified: dists/trunk/linux-2.6/debian/templates/control.source.in
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/control.source.in	Thu Nov 12 17:32:42 2009	(r14605)
+++ dists/trunk/linux-2.6/debian/templates/control.source.in	Thu Nov 12 17:34:23 2009	(r14606)
@@ -3,7 +3,7 @@
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Frederik Schüler <fs at debian.org>, maximilian attems <maks at debian.org>
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>> 7), cpio, module-init-tools, python
+Build-Depends: debhelper (>> 7), cpio, module-init-tools, python, lzma [armel]
 Build-Depends-Indep: bzip2, python-central, xmlto
 Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/sid/linux-2.6/
 Vcs-Browser: http://svn.debian.org/wsvn/kernel/dists/sid/linux-2.6/?op=log



More information about the Kernel-svn-changes mailing list