patch-2.4.2 linux/net/Config.in

Next file: linux/net/appletalk/Makefile
Previous file: linux/net/Changes
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/net/Config.in linux/net/Config.in
@@ -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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)