lkml.org 
[lkml]   [2000]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: IP autoconfig doesn't work in 2.3.46
Date
Jeff Garzik writes:
> But... per a discussion a month ago or so, people made the point that
> this stuff can be better done in userspace.
>
> Can we take IP autoconfig out of the kernel?
>
> You should be able to accomplish the same thing with dhcpcd, bootp,
> pump, etc.

I have a quick "hack" to get this working you may be interested in:

--- linux.orig/arch/arm/vmlinux-armv.lds.in Sat Jan 22 19:46:12 2000
+++ linux/arch/arm/vmlinux-armv.lds.in Sat Feb 12 20:20:02 2000
@@ -19,6 +19,8 @@
*(.setup.init)
__setup_end = .;
__initcall_start = .;
+ drivers/net/net.o(.initcall.init)
+ fs/fs.o(.initcall.init)
*(.initcall.init)
__initcall_end = .;
. = ALIGN(4096);
This seems to work fine for me, however I haven't tried it without networking
configured (I think it may fail to link). This behaviour should be checked
before it goes into Linus' kernel.
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King rmk@arm.linux.org.uk --- ---
| | | | http://www.arm.linux.org.uk/~rmk/aboutme.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:56    [W:1.250 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site