An error occurred fetching the project authors.
- 10 Jan, 2004 1 commit
-
-
Andi Kleen authored
This driver doesn't seem to be 64bit clean judging from the warnings on x86-64. Mark it as !64BIT. -Andi
-
- 27 Sep, 2003 1 commit
-
-
Adrian Bunk authored
The patch below switches MII to be select'ed instead of including it in the Makefile. Note that this patch requires a recent Linus' tree with the select CRC32 patch included. diffstat output: drivers/net/Kconfig | 11 +++++++++++ drivers/net/Makefile | 28 +++++++++++----------------- drivers/net/pcmcia/Kconfig | 1 + drivers/net/tulip/Kconfig | 1 + drivers/usb/net/Kconfig | 2 ++ drivers/usb/net/Makefile.mii | 6 ------ 6 files changed, 26 insertions(+), 23 deletions(-) Tangential to the patch I observed a small problem (not fixed in the patch): MII depends on NET_ETHERNET, but USB_PEGASUS and USB_USBNET depend only on NET. cu Adrian
-
- 26 Sep, 2003 1 commit
-
-
Brian Gerst authored
Use "select CRC32" in Kconfig instead of makefile includes.
-
- 25 Sep, 2003 1 commit
-
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
- 24 Sep, 2003 1 commit
-
-
Rusty Russell authored
Kconfig cleanup megapatch from Nicolas Kaiser <nikai@nikai.net>. modules.txt no longer exists, and the common wording used to refer to it sucks. This is all by Nicolas Kaiser's: at Randy and Matthew's request, "say M" changed to "choose M" (more sense for graphical front ends, too).
-
- 18 Jul, 2003 1 commit
-
-
Alan Cox authored
-
- 20 Apr, 2003 1 commit
-
-
Randy Dunlap authored
This is a patch from Robert P.J. Day that replaces www.linuxdoc.org (which is outdated and unspported according to www.tldp.org) with www.tldp.org in lots of Kconfig files.
-
- 25 Feb, 2003 1 commit
-
-
Jean Tourrilhes authored
In kernel 2.5.63, you have moved more wireless LAN drivers into ../drivers/net/wireless/. Unfortunately, there was a bit more to cleanup as the result of this work. You will need to : o Apply the attached patch o rm /drivers/net/pcmcia/aironet4500_cs.c Have fun... Jean P.S. : You will notice that I took the liberty to organise the config option in what I hope is a more logical order.
-
- 18 Feb, 2003 1 commit
-
-
Jeff Garzik authored
arlan, ray_cs, and strip. Contributed by Randy Dunlap.
-
- 09 Feb, 2003 1 commit
-
-
Rusty Russell authored
From: GertJan Spoelman <kl@gjs.cc> OK, here is a new patch, I edited the old patch and took out the .ko's so now the extension is trimmed instead.
-
- 29 Oct, 2002 1 commit
-
-
Roman Zippel authored
This adds the driver config files. (part 2)
-