lkml.org 
[lkml]   [2002]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH] net/Config.in
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/
\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.045 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site