Enable CONFIG_BONDING on some mipsel and arm machines

svn path=/dists/trunk/linux-2.6/; revision=7414
This commit is contained in:
Martin Michlmayr 2006-09-14 08:54:13 +00:00
parent 0e0b684a7c
commit 10535757de
4 changed files with 6 additions and 3 deletions

View File

@ -822,7 +822,7 @@ CONFIG_FUSION_CTL=m
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m

View File

@ -792,7 +792,7 @@ CONFIG_FUSION_CTL=m
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m

View File

@ -699,7 +699,7 @@ CONFIG_DM_MULTIPATH=m
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
CONFIG_BONDING=m
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m

3
debian/changelog vendored
View File

@ -9,6 +9,9 @@ linux-2.6 (2.6.17+2.6.18-rc6-0experimental.2) UNRELEASED; urgency=low
* arm/footbridge: Enable the CIFS module (closes: #274808).
* arm/nslu2: Drop flavour since this machine is supported by arm/ixp4xx.
* arm: Make get_unaligned() work with const pointers and GCC 4.1.
* mipsel/r5k-cobalt: Enable CONFIG_BONDING as a module.
* arm/iop32x: Likewise.
* arm/ixp4xx: Likewise.
[ Sven Luther ]
* [powerpc] Enabled the -prep flavour.