diff --git a/debian/changelog b/debian/changelog index 03a8d2bb6..e758d5ef9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,7 @@ linux-2.6 (2.6.30-1~experimental.1) UNRELEASED; urgency=low * [i386] Enable support for big SMP systems. * Disable OSS. * [s390] Use Sparse Memory layout. + * [amd64, i386, powerpc, sparc] Make IPv6 support built-in. [ dann frazier ] * Enable bnx2x, using firmware-split patches from net-next and mirroring diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 09afb59b3..e1029c6a8 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -163,3 +163,8 @@ CONFIG_XEN_SCRUB_PAGES=y CONFIG_XENFS=m CONFIG_XEN_COMPAT_XENFS=y +## +## file: net/ipv6/Kconfig +## +CONFIG_IPV6=y + diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index e99c9d4f1..e95e3649f 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -975,6 +975,11 @@ CONFIG_ECONET=m CONFIG_ECONET_AUNUDP=y CONFIG_ECONET_NATIVE=y +## +## file: net/ipv6/Kconfig +## +CONFIG_IPV6=y + ## ## file: net/ipx/Kconfig ## diff --git a/debian/config/sparc/config b/debian/config/sparc/config index 100dfda0c..3602b3f2a 100644 --- a/debian/config/sparc/config +++ b/debian/config/sparc/config @@ -311,6 +311,11 @@ CONFIG_IP_PNP_RARP=y #. TODO CONFIG_ARPD=y +## +## file: net/ipv6/Kconfig +## +CONFIG_IPV6=y + ## ## file: net/ipx/Kconfig ##