Disable MV643XX on ppc32 because ARM broke it (rhbz 828776)

This commit is contained in:
Josh Boyer 2012-06-06 15:26:21 -04:00
parent 4ee438e84a
commit b21ed959a4
2 changed files with 5 additions and 2 deletions

View File

@ -47,7 +47,7 @@ CONFIG_NET_VENDOR_APPLE=y
CONFIG_BMAC=m CONFIG_BMAC=m
CONFIG_MACE=m CONFIG_MACE=m
# CONFIG_MACE_AAUI_PORT is not set # CONFIG_MACE_AAUI_PORT is not set
CONFIG_MV643XX_ETH=m # CONFIG_MV643XX_ETH is not set
CONFIG_I2C_HYDRA=m CONFIG_I2C_HYDRA=m
CONFIG_I2C_MPC=m CONFIG_I2C_MPC=m
CONFIG_THERM_WINDTUNNEL=m CONFIG_THERM_WINDTUNNEL=m

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and # For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
# #
%global baserelease 1 %global baserelease 2
%global fedora_build %{baserelease} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -2278,6 +2278,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Tue Jun 05 2012 Josh Boyer <jwboyer@redhat.com>
- Disable MV643XX on ppc32 because ARM broke it (rhbz 828776)
* Tue Jun 05 2012 Peter Robinson <pbrobinson@fedoraproject.org> * Tue Jun 05 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Update ARM config options for 3.5 - Update ARM config options for 3.5
- Enable MTD/UBI/JFFS2 on ARM platforms - Enable MTD/UBI/JFFS2 on ARM platforms