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

Ben Hutchings benh at alioth.debian.org
Sun Jan 6 06:18:21 UTC 2013


Author: benh
Date: Sun Jan  6 06:18:20 2013
New Revision: 19712

Log:
[armel/iop32x,armel/ixp4xx] Make IPV6 a module again due to kernel size limit (fixes FTBFS)

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.iop32x
   dists/trunk/linux/debian/config/armel/config.ixp4xx

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun Jan  6 06:10:19 2013	(r19711)
+++ dists/trunk/linux/debian/changelog	Sun Jan  6 06:18:20 2013	(r19712)
@@ -4,6 +4,8 @@
   * [ia64] nouveau: Disable another bit of ACPI support (fixes FTBFS)
   * [armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)
   * ath6kl: Do not use virt_addr_valid() (fixes FTBFS on mips,mipsel)
+  * [armel/iop32x,armel/ixp4xx] Make IPV6 a module again due to kernel
+    size limit (fixes FTBFS)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 06 Jan 2013 04:39:12 +0000
 

Modified: dists/trunk/linux/debian/config/armel/config.iop32x
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.iop32x	Sun Jan  6 06:10:19 2013	(r19711)
+++ dists/trunk/linux/debian/config/armel/config.iop32x	Sun Jan  6 06:18:20 2013	(r19712)
@@ -646,6 +646,11 @@
 # CONFIG_DECNET_NF_GRABULATOR is not set
 
 ##
+## file: net/ipv6/Kconfig
+##
+CONFIG_IPV6=m
+
+##
 ## file: net/ipx/Kconfig
 ##
 CONFIG_IPX=m

Modified: dists/trunk/linux/debian/config/armel/config.ixp4xx
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.ixp4xx	Sun Jan  6 06:10:19 2013	(r19711)
+++ dists/trunk/linux/debian/config/armel/config.ixp4xx	Sun Jan  6 06:18:20 2013	(r19712)
@@ -780,6 +780,11 @@
 # CONFIG_DECNET_NF_GRABULATOR is not set
 
 ##
+## file: net/ipv6/Kconfig
+##
+CONFIG_IPV6=m
+
+##
 ## file: net/ipx/Kconfig
 ##
 CONFIG_IPX=m



More information about the Kernel-svn-changes mailing list