Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264836AbUDWO7P (ORCPT ); Fri, 23 Apr 2004 10:59:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264835AbUDWO7P (ORCPT ); Fri, 23 Apr 2004 10:59:15 -0400 Received: from witte.sonytel.be ([80.88.33.193]:8591 "EHLO witte.sonytel.be") by vger.kernel.org with ESMTP id S264832AbUDWO7M (ORCPT ); Fri, 23 Apr 2004 10:59:12 -0400 Date: Fri, 23 Apr 2004 16:58:58 +0200 (MEST) From: Geert Uytterhoeven To: Marcelo Tosatti , netdev@oss.sgi.com cc: Linux Kernel Development , linux-net@vger.kernel.org Subject: [PATCH] pktgen dependency (was: Re: Linux 2.4.27-pre1) In-Reply-To: <20040422130651.GB18358@logos.cnet> Message-ID: References: <20040422130651.GB18358@logos.cnet> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1067 Lines: 31 The packet generator doesn't compile if procfs is disabled. IIRC, there was an agreement that this dependency is needed: --- linux-2.4.27-pre1/net/Config.in.orig 2003-10-01 20:49:26.000000000 +0200 +++ linux-2.4.27-pre1/net/Config.in 2004-04-23 14:43:58.000000000 +0200 @@ -99,7 +99,7 @@ mainmenu_option next_comment comment 'Network testing' -tristate 'Packet Generator (USE WITH CAUTION)' CONFIG_NET_PKTGEN +dep_tristate 'Packet Generator (USE WITH CAUTION)' CONFIG_NET_PKTGEN $CONFIG_PROC_FS endmenu endmenu Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/