[kernel/f16] Reenable slip for F16 (rhbz 818308)

Justin M. Forbes jforbes at fedoraproject.org
Thu May 3 13:51:46 UTC 2012


commit f6138cc8638f8380021e44f018d1fbef208a5fa2
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Thu May 3 08:52:20 2012 -0500

    Reenable slip for F16 (rhbz 818308)

 config-generic |    4 +++-
 kernel.spec    |    3 +++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 89c64ff..a6a008c 100644
--- a/config-generic
+++ b/config-generic
@@ -1534,7 +1534,9 @@ CONFIG_IPPP_FILTER=y
 CONFIG_PPP_BSDCOMP=y
 CONFIG_PPPOE=m
 CONFIG_PPP_MPPE=m
-# CONFIG_SLIP is not set
+#Added back for F16
+CONFIG_SLIP=m
+CONFIG_SLIP_COMPRESSED=y
 
 #
 # Wireless LAN
diff --git a/kernel.spec b/kernel.spec
index 969629d..f24fda4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2245,6 +2245,9 @@ fi
 
 %changelog
 * Thu May 03 2012 Justin M. Forbes <jforbes at redhat.com> 3.3.4-3
+- Reenable slip for F16 (rhbz 818308)
+
+* Thu May 03 2012 Justin M. Forbes <jforbes at redhat.com> 3.3.4-3
 - Many patches from 3.3.5 stable queue
 - NFS Bugfixes from upstream
 


More information about the scm-commits mailing list