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

svn path=/dists/trunk/linux/; revision=19737
This commit is contained in:
Ben Hutchings 2013-01-16 22:13:57 +00:00
parent a070f9769f
commit 723ecb9ac9
3 changed files with 8 additions and 2 deletions

4
debian/changelog vendored
View File

@ -7,8 +7,8 @@ linux (3.7.2-1~experimental.1) UNRELEASED; urgency=low
* [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

View File

@ -601,6 +601,11 @@ CONFIG_AX25=m
CONFIG_NETROM=m
CONFIG_ROSE=m
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=m
##
## file: net/wanrouter/Kconfig
##

View File

@ -0,0 +1 @@
#include <ipv6-modules>