lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 764343ebc7339e57a82826a42244464fc241dfbc
Date: Thu, 21 Jul 2016 11:54:28 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  764343ebc7339e57a82826a42244464fc241dfbc (commit)
      from  523b11e664ebeb21ed3d7f33aac5239061e41969 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 764343ebc7339e57a82826a42244464fc241dfbc
Author: Sylvain Rochet <address@hidden>
Date:   Thu Jul 21 13:47:40 2016 +0200

    Revert "PPP: restore PPPoE devices without Ethernet ARP support, i.e. PPPoE 
only devices"
    
    This reverts commit d43c092f171e683028e184af56333dab9ce79fcb.
    
    We don't actually need it, init.c is including ppp_opts.h and is doing
    the following:
    
      #if !LWIP_ETHERNET && (LWIP_ARP || PPPOE_SUPPORT)
        #error "LWIP_ETHERNET needs to be turned on for LWIP_ARP or 
PPPOE_SUPPORT"
      #endif
    
    so the LWIP_ETHERNET fixup is not necessary per se, compatibility with
    previously used lwipopts.h files is broken but at least user is warned.

-----------------------------------------------------------------------

Summary of changes:
 src/include/netif/ppp/ppp_opts.h |    5 -----
 1 file changed, 5 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]