[kernel] r12927 - in dists/trunk/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Sun Feb 22 19:51:25 UTC 2009


Author: tbm
Date: Sun Feb 22 19:51:24 2009
New Revision: 12927

Log:
[arm/iop32x, arm/ixp4xx] Unset NET_DSA since it bloats the kernel
image too much and cannot be made modular at the moment.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sun Feb 22 19:51:24 2009
@@ -28,6 +28,8 @@
   * [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular.
   * [arm, mips, mipsel] Make MII modular.
   * [arm/ixp4xx] Make IXP4XX_WATCHDOG modular.
+  * [arm/iop32x, arm/ixp4xx] Unset NET_DSA since it bloats the kernel
+    image too much and cannot be made modular at the moment.
 
  -- maximilian attems <maks at debian.org>  Thu, 19 Feb 2009 13:25:20 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Sun Feb 22 19:51:24 2009
@@ -906,3 +906,6 @@
 
 # CONFIG_DEBUG_KERNEL is not set
 
+# Cannot be made modular at the moment and just bloats the kernel
+# CONFIG_NET_DSA is not set
+

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Sun Feb 22 19:51:24 2009
@@ -957,3 +957,6 @@
 
 # CONFIG_DEBUG_KERNEL is not set
 
+# Cannot be made modular at the moment and just bloats the kernel
+# CONFIG_NET_DSA is not set
+



More information about the Kernel-svn-changes mailing list