G'day,

Four symbols CONFIG_ATM_CLIP, CONFIG_ATM_CLIP_NO_ICMP, CONFIG_ATM_LANE,
and CONFIG_ATM_MPOA depend on CONFIG_EXPERIMENTAL but do not say so
in their banners.

diff -ruN linux-2.5.21+patches2/net/Config.in linux-2.5.21/net/Config.in
--- linux-2.5.21+patches2/net/Config.in Sun Jun 16 14:13:21 2002
+++ linux-2.5.21/net/Config.in  Sun Jun 16 14:15:43 2002
@@ -33,16 +33,16 @@
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
    bool 'Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)' CONFIG_ATM
    if [ "$CONFIG_ATM" = "y" ]; then
       if [ "$CONFIG_INET" = "y" ]; then
-        bool '  Classical IP over ATM' CONFIG_ATM_CLIP
+        bool '  Classical IP over ATM (EXPERIMENTAL)' CONFIG_ATM_CLIP
         if [ "$CONFIG_ATM_CLIP" = "y" ]; then
-           bool '    Do NOT send ICMP if no neighbour' CONFIG_ATM_CLIP_NO_ICMP
+           bool '    Do NOT send ICMP if no neighbour (EXPERIMENTAL)' 
+CONFIG_ATM_CLIP_NO_ICMP
         fi
       fi
-      tristate '  LAN Emulation (LANE) support' CONFIG_ATM_LANE
+      tristate '  LAN Emulation (LANE) support (EXPERIMENTAL)' CONFIG_ATM_LANE
       if [ "$CONFIG_INET" = "y" -a "$CONFIG_ATM_LANE" != "n" ]; then
-        tristate '    Multi-Protocol Over ATM (MPOA) support' CONFIG_ATM_MPOA
+        tristate '    Multi-Protocol Over ATM (MPOA) support (EXPERIMENTAL)' 
+CONFIG_ATM_MPOA
       fi
    fi
 fi
 tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q

Greg.
-- 
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down.     - Roger Sandall, The Age, 28Sep2001.

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to