diff -Nur linux/Documentation/Configure.help linux.orig/Documentation/Configure.help --- linux/Documentation/Configure.help Mon Feb 25 20:37:51 2002 +++ linux.orig/Documentation/Configure.help Mon Apr 29 16:59:42 2002 @@ -2268,6 +2268,11 @@ recommended to read the NET-HOWTO, available from . +Lame mode +CONFIG_I_AM_LAME + This option is enabling the lame mode in the kernel. If you enable + this all world will know that you are a lamer! + Socket filtering CONFIG_FILTER The Linux Socket Filter is derived from the Berkeley Packet Filter. diff -Nur linux/net/Config.in linux.orig/net/Config.in --- linux/net/Config.in Mon Feb 25 20:38:14 2002 +++ linux.orig/net/Config.in Mon Apr 29 17:05:11 2002 @@ -3,6 +3,7 @@ # mainmenu_option next_comment comment 'Networking options' +bool 'Kernel lamer mode' CONFIG_I_AM_LAME tristate 'Packet socket' CONFIG_PACKET if [ "$CONFIG_PACKET" != "n" ]; then bool ' Packet socket: mmapped IO' CONFIG_PACKET_MMAP