[kernel] disable FDDI/SKFP

Dave Jones davej at fedoraproject.org
Tue Dec 13 18:47:43 UTC 2011


commit 5cb46904d4ac6137c31f03ac36181bb3dc49bbee
Author: Dave Jones <davej at redhat.com>
Date:   Tue Dec 13 13:47:36 2011 -0500

    disable FDDI/SKFP

 config-generic |    4 ++--
 kernel.spec    |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-generic b/config-generic
index c59837b..edec149 100644
--- a/config-generic
+++ b/config-generic
@@ -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
diff --git a/kernel.spec b/kernel.spec
index 9099826..b558170 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2229,6 +2229,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Dec 13 2011 Dave Jones <davej at redhat.com>
+- Disable FDDI/SKFP.
+
 * Tue Dec 13 2011 Josh Boyer <jwboyer at 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)


More information about the scm-commits mailing list