[kernel] r19737 - in dists/trunk/linux/debian: . config/armel installer/armel/modules/armel-orion5x

Ben Hutchings benh at alioth.debian.org
Wed Jan 16 22:13:58 UTC 2013


Author: benh
Date: Wed Jan 16 22:13:57 2013
New Revision: 19737

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

Added:
   dists/trunk/linux/debian/installer/armel/modules/armel-orion5x/ipv6-modules
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.orion5x

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Wed Jan 16 19:52:23 2013	(r19736)
+++ dists/trunk/linux/debian/changelog	Wed Jan 16 22:13:57 2013	(r19737)
@@ -7,8 +7,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)
+  * [armel/iop32x,armel/ixp4xx,armel/orion5x] Make IPV6 a module again due
+    to kernel size limit (fixes FTBFS)
   * ALSA: usb-audio: Avoid autopm calls after disconnection; Fix missing
     autopm for MIDI input (Closes: #664068)
   * [!x86] Disable ZRAM, ZSMALLOC as modules (Reopens: #676779), as they

Modified: dists/trunk/linux/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.orion5x	Wed Jan 16 19:52:23 2013	(r19736)
+++ dists/trunk/linux/debian/config/armel/config.orion5x	Wed Jan 16 22:13:57 2013	(r19737)
@@ -602,6 +602,11 @@
 CONFIG_ROSE=m
 
 ##
+## file: net/ipv6/Kconfig
+##
+CONFIG_IPV6=m
+
+##
 ## file: net/wanrouter/Kconfig
 ##
 CONFIG_WAN_ROUTER=m

Added: dists/trunk/linux/debian/installer/armel/modules/armel-orion5x/ipv6-modules
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux/debian/installer/armel/modules/armel-orion5x/ipv6-modules	Wed Jan 16 22:13:57 2013	(r19737)
@@ -0,0 +1 @@
+#include <ipv6-modules>



More information about the Kernel-svn-changes mailing list