linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/Config.in
@ 2002-09-29 22:58 Andries.Brouwer
  2002-09-29 23:02 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 4+ messages in thread
From: Andries.Brouwer @ 2002-09-29 22:58 UTC (permalink / raw)
  To: linux-kernel, torvalds

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [PATCH] net/Config.in
@ 2002-09-30  0:01 Andries.Brouwer
  2002-09-30  0:05 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 4+ messages in thread
From: Andries.Brouwer @ 2002-09-30  0:01 UTC (permalink / raw)
  To: Andries.Brouwer, acme; +Cc: linux-kernel, torvalds

> Thanks, accepted, I'm pushing to DaveM in some moments ...

OK, that was the configuration part.
The kernel oopses at boot time in llc_sap_find().
I seem to recall that I saw some such oopses on lk
but didnt pay attention. Has this been fixed already?

Andries

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-30  0:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-29 22:58 [PATCH] net/Config.in Andries.Brouwer
2002-09-29 23:02 ` Arnaldo Carvalho de Melo
2002-09-30  0:01 Andries.Brouwer
2002-09-30  0:05 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).