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

Ben Hutchings benh at moszumanska.debian.org
Wed Jul 15 18:47:14 UTC 2015


Author: benh
Date: Wed Jul 15 18:47:14 2015
New Revision: 22836

Log:
[armel/kirkwood] ubi: Change UBIFS_FS and MTD_UBI from built-in to modules, to reduce kernel image size (fixes FTBFS)

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.kirkwood

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Mon Jul 13 19:31:07 2015	(r22835)
+++ dists/trunk/linux/debian/changelog	Wed Jul 15 18:47:14 2015	(r22836)
@@ -1,3 +1,10 @@
+linux (4.1.2-1~exp2) UNRELEASED; urgency=medium
+
+  * [armel/kirkwood] ubi: Change UBIFS_FS and MTD_UBI from built-in to
+    modules, to reduce kernel image size (fixes FTBFS)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Wed, 15 Jul 2015 15:16:42 +0100
+
 linux (4.1.2-1~exp1) experimental; urgency=medium
 
   * New upstream stable update:

Modified: dists/trunk/linux/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.kirkwood	Mon Jul 13 19:31:07 2015	(r22835)
+++ dists/trunk/linux/debian/config/armel/config.kirkwood	Wed Jul 15 18:47:14 2015	(r22836)
@@ -352,11 +352,6 @@
 CONFIG_MTD_SPI_NOR=y
 
 ##
-## file: drivers/mtd/ubi/Kconfig
-##
-CONFIG_MTD_UBI=y
-
-##
 ## file: drivers/net/arcnet/Kconfig
 ##
 # CONFIG_ARCNET is not set
@@ -607,11 +602,6 @@
 CONFIG_JFFS2_FS=y
 
 ##
-## file: fs/ubifs/Kconfig
-##
-CONFIG_UBIFS_FS=y
-
-##
 ## file: kernel/trace/Kconfig
 ##
 # CONFIG_FUNCTION_GRAPH_TRACER is not set



More information about the Kernel-svn-changes mailing list