* kern mod versioning
@ 2002-11-20 15:30 Bill Cunningham
2002-11-20 22:56 ` Brad Chapman
0 siblings, 1 reply; 2+ messages in thread
From: Bill Cunningham @ 2002-11-20 15:30 UTC (permalink / raw)
To: netdev
I've been trying to learn how to build modules, Modules I guess being
drivers and I can't get around the kern versioning. I know I can compile it
out of the kernel but isn't there a simpler way around it, like disabling it
in the module source? BTW I use kern 2.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kern mod versioning
2002-11-20 15:30 kern mod versioning Bill Cunningham
@ 2002-11-20 22:56 ` Brad Chapman
0 siblings, 0 replies; 2+ messages in thread
From: Brad Chapman @ 2002-11-20 22:56 UTC (permalink / raw)
To: Bill Cunningham; +Cc: netdev
--- Bill Cunningham <billcu@citynet.net> wrote:
> I've been trying to learn how to build modules, Modules I guess being
> drivers and I can't get around the kern versioning. I know I can compile it
> out of the kernel but isn't there a simpler way around it, like disabling it
> in the module source? BTW I use kern 2.2
>
CONFIG_MODVERSIONS=n
Then run make mrproper after saving your .config and proceed from there.
Brad
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-20 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 15:30 kern mod versioning Bill Cunningham
2002-11-20 22:56 ` Brad Chapman
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).