Makefile                                  |    7 +-
 patches/kdrivers/include/wanpipe.h        |   12 +++
 patches/kdrivers/include/wanpipe_common.h |    2 
 patches/kdrivers/src/net/Makefile         |   17 +++--
 patches/kdrivers/src/net/sdla_adsl.c      |   20 ++++++
 patches/kdrivers/src/net/sdlamain.c       |   36 +++++++++--
 patches/kdrivers/src/net/wanpipe_abstr.c  |   97 +++++++++++++++++++++++++++---
 patches/kdrivers/src/net/wanpipe_utils.c  |   11 +++
 8 files changed, 177 insertions(+), 25 deletions(-)

New commits:
commit e665012f34d655c7be66db91cfcfab2e11922521
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Oct 24 13:28:05 2008 -0700

    Resolve GPL license incompatiablity
    
    The ADSL driver has binary-only components and therefore can be
    licensed under the GPL. The workaround is to separate out the interface
    for ADSL into a separate module that is marked with the correct
    license.

commit e70a0773104fffaadb4c531cdbee4eb358592116
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Oct 24 13:26:30 2008 -0700

    Fix build issues on 64 bit
    
    This fixes a warning that is a hint of a real problem on 64 bit.
    On 64 bit platforms the skb end has to be computed with skb_end_pointer
    and can not be directly accessed.

http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=e665012f34d655c7be66db91cfcfab2e11922521
http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=e70a0773104fffaadb4c531cdbee4eb358592116
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to