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

Ben Hutchings benh at moszumanska.debian.org
Wed Dec 10 21:43:13 UTC 2014


Author: benh
Date: Wed Dec 10 21:43:13 2014
New Revision: 22188

Log:
[armel] Disable RD_LZO on orion5x; re-enable RD_LZ4 on kirkwood

I'm assuming orion5x also has a small initrd partition, so using
anything weaker than gzip is unlikely to work.

We have space to spare on kirkwood now, so there's no need to disable
RD_LZ4 though I doubt it's particularly useful.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config-reduced
   dists/trunk/linux/debian/config/armel/config.orion5x

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Wed Dec 10 20:32:26 2014	(r22187)
+++ dists/trunk/linux/debian/changelog	Wed Dec 10 21:43:13 2014	(r22188)
@@ -46,7 +46,7 @@
   * [armel] Change configuration to reduce kernel image size (fixes FTBFS)
     - [/kirkwood] netlink: Disable NETLINK_MMAP
     - [/kirkwood] cgroups: Disable MEMCG
-    - [/kirkwood] Disable CHECKPOINT_RESTORE, RD_LZ4
+    - [/kirkwood] Disable CHECKPOINT_RESTORE
     - [/kirkwood] mm: Disable COMPACTION, KSM
     - [/kirkwood] crypto: Disable CRYPTO_FIPS
     - [/kirkwood] power: Disable HIBERNATION, PM_RUNTIME
@@ -54,7 +54,7 @@
     - [/orion5x] block: Disable BLK_DEV_INTEGRITY
     - [/orion5x] SCSI: Disable SCSI_UFSHCD
     - [/orion5x] target: Disable TCM_IBLOCK
-    - [/orion5x] Disable AUDIT, DEBUG_BUGVERBOSE, PROFILING, OPROFILE
+    - [/orion5x] Disable AUDIT, DEBUG_BUGVERBOSE, PROFILING, OPROFILE, RD_LZO
   * [armel] Include size of appended DTBs in image size check
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 09 Dec 2014 02:08:47 +0000

Modified: dists/trunk/linux/debian/config/armel/config-reduced
==============================================================================
--- dists/trunk/linux/debian/config/armel/config-reduced	Wed Dec 10 20:32:26 2014	(r22187)
+++ dists/trunk/linux/debian/config/armel/config-reduced	Wed Dec 10 21:43:13 2014	(r22188)
@@ -51,8 +51,3 @@
 ##
 # CONFIG_NETLINK_MMAP is not set
 
-##
-## file: usr/Kconfig
-##
-# CONFIG_RD_LZ4 is not set
-

Modified: dists/trunk/linux/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.orion5x	Wed Dec 10 20:32:26 2014	(r22187)
+++ dists/trunk/linux/debian/config/armel/config.orion5x	Wed Dec 10 21:43:13 2014	(r22188)
@@ -612,3 +612,9 @@
 ##
 # CONFIG_SECURITY is not set
 
+##
+## file: usr/Kconfig
+##
+# CONFIG_RD_LZO is not set
+# CONFIG_RD_LZ4 is not set
+



More information about the Kernel-svn-changes mailing list