Subject: Re: compiling 1.1 kernel for ppp only
To: None <jspath@mail.bcpl.lib.md.us>
From: Robert Kennedy <robert@bigbird.mtview.ca.us>
List: netbsd-help
Date: 08/24/1996 11:30:56
> I tried to compile a kernel under 1.1 to include PPP functions. I
> commented out all the ethernet cards since I don't have one on my home
> system. The make complained about missing modules (ether_output,
> ether_[add|del]multi, arpt_[keep|prune]), so after some thrashing I
> added back a define for "ed0". The make then built a valid kernel.
This looks like you didn't run "make depend" at the right time(s). Any
time you change your config file (or anything the config file
controls), it's a good idea to run "make depend" unless you absolutely
know what you're doing.
> It seems non-intuitive to me that I should define an ethernet card
> in a system that doesn't have one. Is this behavior different in
> more recent systems?
It's even different on 1.1. I've used PPP on 1.1 for quite some time
without any ed* devices in my config.
Perhaps if you post your config file someone can help further.
-- Robert Kennedy