* debian/changelog: Update.

* debian/config/kernelarch-x86/config, debian/config/powerpc/config,
  debian/config/sparc/config: Set IPV6 to y.

svn path=/dists/trunk/linux-2.6/; revision=13760
This commit is contained in:
Bastian Blank 2009-06-10 10:47:50 +00:00
parent ba4421336c
commit afa6ee5162
4 changed files with 16 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -163,3 +163,8 @@ CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=y

View File

@ -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
##

View File

@ -311,6 +311,11 @@ CONFIG_IP_PNP_RARP=y
#. TODO
CONFIG_ARPD=y
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=y
##
## file: net/ipx/Kconfig
##