Re: [PATCH] CONFIG_NET=n - lots of link time errors

2007-07-22 Thread Jan Engelhardt
On Jul 21 2007 19:12, David Miller wrote: >> Enabling drivers from "Devices > Networking" (in menuconfig), for >> example SLIP and/or PLIP, throws link time errors when CONFIG_NET itself >> is =n. Have CONFIG_NETDEVICES depend on CONFIG_NET. >> >> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED

Re: [PATCH] CONFIG_NET=n - lots of link time errors

2007-07-21 Thread David Miller
From: Jan Engelhardt <[EMAIL PROTECTED]> Date: Sat, 21 Jul 2007 18:27:38 +0200 (CEST) > Enabling drivers from "Devices > Networking" (in menuconfig), for > example SLIP and/or PLIP, throws link time errors when CONFIG_NET itself > is =n. Have CONFIG_NETDEVICES depend on CONFIG_NET. > > Signed-o

[PATCH] CONFIG_NET=n - lots of link time errors

2007-07-21 Thread Jan Engelhardt
Hi, enable everything from Drivers > Networking, but deselect CONFIG_NET. This throws a ton of linking errors (when using CONFIG_MODULES=n), and probably unresolved symbols (MODULES=m). Happens in current -git, but I believe it dates much farther back, because this is imo just a simple Kconfi