Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.4.2-pre4 /net/Config.in

Filename:/net/Config.in
Lines Added:10
Lines Deleted:10
Also changed in: (Previous) 2.4.2-pre3  2.4.1-ac14  2.4.1-ac15  2.4.1-ac13  2.4.1-ac11  2.4.1-ac12 
(Following) 2.4.2  2.4.2-ac4  2.4.2-ac5  2.4.2-ac6  2.4.2-ac7  2.4.2-ac8 

Location
[  2.4.2-pre4
  [  net
     o  Config.in

Patch

diff -u --recursive --new-file v2.4.1/linux/net/Config.in linux/net/Config.in
--- v2.4.1/linux/net/Config.in   Tue Oct 10 10:33:52 2000
+++ linux/net/Config.in   Fri Feb  9 11:34:13 2001
@@ -77,15 +77,15 @@
    tristate 'WAN router' CONFIG_WAN_ROUTER
    bool 'Fast switching (read help!)' CONFIG_NET_FASTROUTE
    bool 'Forwarding between high speed interfaces' CONFIG_NET_HW_FLOWCONTROL
-   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-      mainmenu_option next_comment
-      comment 'QoS and/or fair queueing'
-      bool 'QoS and/or fair queueing (EXPERIMENTAL)' CONFIG_NET_SCHED
-      if [ "$CONFIG_NET_SCHED" = "y" ]; then
-    source net/sched/Config.in
-      fi
-#      bool 'Network code profiler' CONFIG_NET_PROFILE
-      endmenu
-   fi
 fi
+
+mainmenu_option next_comment
+comment 'QoS and/or fair queueing'
+bool 'QoS and/or fair queueing (EXPERIMENTAL)' CONFIG_NET_SCHED
+if [ "$CONFIG_NET_SCHED" = "y" ]; then
+   source net/sched/Config.in
+fi
+#bool 'Network code profiler' CONFIG_NET_PROFILE
+endmenu
+
 endmenu


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.