This is the mail archive of the ecos-maintainers@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting linux driver to ecos


On Thu, Apr 21, 2005 at 08:10:11PM +0800, Jack Sun wrote:
> Hi,
> 
> I would like to port the wireless driver source code from linux to
> ecos on my platform.
> Is it easy to do and what I need to take care in your experience?

Before you start you need to consider the licensing issue. Linux is
GPL. eCos is modGPL. The modification means that the viral effects of
the GPL do not spread to the application code. However if you port the
GPL wireless driver into eCos, the GPL from the driver will spread
over all of eCos and to the application. ie you need to make your
application sources available. You need to decide if this is
acceptable to you. 

We won't be able to accept your code into the eCos repository
obviously because it is GPL.

Also, you might consider talking a look at the FreeBSD wlan
drivers. They will probably have both a more suitable licence and will
be easier to port since the TCP/IP stack in eCos is from FreeBSD.

   Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]