diff --git a/debian/changelog b/debian/changelog index 69dc4ea30..e01694905 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ linux (3.7.1-1~experimental.3) 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) -- Ben Hutchings Sun, 06 Jan 2013 04:39:12 +0000 diff --git a/debian/config/armel/config.iop32x b/debian/config/armel/config.iop32x index 60d71bc9a..85efc6848 100644 --- a/debian/config/armel/config.iop32x +++ b/debian/config/armel/config.iop32x @@ -645,6 +645,11 @@ CONFIG_DECNET=m ## # CONFIG_DECNET_NF_GRABULATOR is not set +## +## file: net/ipv6/Kconfig +## +CONFIG_IPV6=m + ## ## file: net/ipx/Kconfig ## diff --git a/debian/config/armel/config.ixp4xx b/debian/config/armel/config.ixp4xx index cf0afdf3e..cdec8a65b 100644 --- a/debian/config/armel/config.ixp4xx +++ b/debian/config/armel/config.ixp4xx @@ -779,6 +779,11 @@ CONFIG_DECNET_ROUTER=y ## # CONFIG_DECNET_NF_GRABULATOR is not set +## +## file: net/ipv6/Kconfig +## +CONFIG_IPV6=m + ## ## file: net/ipx/Kconfig ##