linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Problem with module installation under 2.4.x kernel
@ 2002-10-15 16:25 gguevel
  2002-10-15 16:58 ` Kurt Wall
  0 siblings, 1 reply; 3+ messages in thread
From: gguevel @ 2002-10-15 16:25 UTC (permalink / raw)
  To: linuxppc-embedded


I worked under Linux 2.2.x Kernel and I have no problem with the module
generation.

Now under Linux 2.4.x Kernel, I can compile modules and install them but
I have the following warning while running "insmod xxxx"
Warning: loading xxxx will taint the kernel: no license.

Does anyone know what I must add to my module to avoid this warning ?

Thanks
Gérard


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with module installation under 2.4.x kernel
  2002-10-15 16:25 Problem with module installation under 2.4.x kernel gguevel
@ 2002-10-15 16:58 ` Kurt Wall
  2002-10-15 18:01   ` Image Download Aman
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt Wall @ 2002-10-15 16:58 UTC (permalink / raw)
  To: gguevel; +Cc: linuxppc-embedded


Speaking on condition of anonymity, gguevel told us:
>
> I worked under Linux 2.2.x Kernel and I have no problem with the module
> generation.
>
> Now under Linux 2.4.x Kernel, I can compile modules and install them but
> I have the following warning while running "insmod xxxx"
> Warning: loading xxxx will taint the kernel: no license.
>
> Does anyone know what I must add to my module to avoid this warning ?

Putting

MODULE_LICENSE("GPL");

somewhere in the module source code should do nicely. Providing,
of course, that you wish to GPL your module.

Kurt
--
Q:	What is the difference between Texas and yogurt?
A:	Yogurt has culture.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Image Download
  2002-10-15 16:58 ` Kurt Wall
@ 2002-10-15 18:01   ` Aman
  0 siblings, 0 replies; 3+ messages in thread
From: Aman @ 2002-10-15 18:01 UTC (permalink / raw)
  To: linuxppc-embedded


Hi All

I have an rom monitor code without ethernet support running on PPC440GP. Is
it possible to download a linux image to the board using the Kermit
protocol. If so what type of linux image has to build for that.

Thanking you in advance
Regards
Aman


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-15 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-15 16:25 Problem with module installation under 2.4.x kernel gguevel
2002-10-15 16:58 ` Kurt Wall
2002-10-15 18:01   ` Image Download Aman

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).