disable FDDI/SKFP

This commit is contained in:
Dave Jones 2011-12-13 13:47:36 -05:00
parent 4a6707e4c9
commit 5cb46904d4
2 changed files with 5 additions and 2 deletions

View File

@ -1469,9 +1469,9 @@ CONFIG_MLX4_EN=m
CONFIG_SFC=m
CONFIG_SFC_MTD=y
CONFIG_FDDI=y
# CONFIG_FDDI is not set
# CONFIG_DEFXX is not set
CONFIG_SKFP=m
# CONFIG_SKFP is not set
# CONFIG_HIPPI is not set
CONFIG_PLIP=m
CONFIG_PPP=m

View File

@ -2229,6 +2229,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Dec 13 2011 Dave Jones <davej@redhat.com>
- Disable FDDI/SKFP.
* Tue Dec 13 2011 Josh Boyer <jwboyer@redhat.com>
- mod-extras: Don't fail the build if a module is listed that isn't built
- Remove extraneous settings and enable Radeon KMS for powerpc (via Will Woods)