Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 29 Sep 2002 18:53:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 29 Sep 2002 18:53:32 -0400 Received: from hera.cwi.nl ([192.16.191.8]:21457 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Sun, 29 Sep 2002 18:53:31 -0400 From: Andries.Brouwer@cwi.nl Date: Mon, 30 Sep 2002 00:58:43 +0200 (MEST) Message-Id: To: linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: [PATCH] net/Config.in Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 978 Lines: 25 I wanted to compile a kernel with Appletalk and couldn't find it. Upon examination of the source it turns out that since 2.5.32 Appletalk is hiding behind "ANSI/IEEE 802.2 Data link layer". This tiny patch will make life easier for others needing IPX or Appletalk. Andries --- /linux/2.5/linux-2.5.39/linux/net/Config.in Sat Sep 21 11:39:53 2002 +++ /linux/2.5/linux-2.5.39a/linux/net/Config.in Mon Sep 30 00:52:19 2002 @@ -47,7 +47,7 @@ fi tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q -tristate 'ANSI/IEEE 802.2 Data link layer protocol' CONFIG_LLC +tristate 'ANSI/IEEE 802.2 Data link layer protocol (IPX, Appletalk)' CONFIG_LLC if [ "$CONFIG_LLC" != "n" ]; then tristate ' LLC sockets interface' CONFIG_LLC_UI fi - 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/