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. STABLE-2_1_0_RELEASE-390-gcfe5ce9
Date: Wed, 8 Apr 2020 21:21:34 -0400 (EDT)

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  cfe5ce9d4956809bca6c7ced1dbe42d6befddf83 (commit)
       via  cd140b110504433e007f591e7c606c07ff66ce6f (commit)
      from  f36e51e9c987565070a43b3dd19b364492541db1 (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 cfe5ce9d4956809bca6c7ced1dbe42d6befddf83
Author: Sylvain Rochet <address@hidden>
Date:   Thu Apr 9 03:17:30 2020 +0200

    init: raise an error if PPP CCP_SUPPORT==1 but MPPE_SUPPORT==0
    
    Building PPP CCP support without adding any compressor support serve
    no real use case. Forbid doing so instead of bloating the code with
    more ifdef.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

commit cd140b110504433e007f591e7c606c07ff66ce6f
Author: Sylvain Rochet <address@hidden>
Date:   Thu Apr 9 03:05:30 2020 +0200

    Revert "ppp: fix compiling with CCP_SUPPORT=1 but MPPE_SUPPORT=0"
    
    This reverts commit 6e7ea92d56e43de65c46396b82ceebce2b95e8af.
    
    We better forbid building configurations that does not make sense instead
    of bloating the code with more ifdef. Here building CCP support without
    adding any compressor support serve no real use case.

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

Summary of changes:
 src/core/init.c     | 3 +++
 src/netif/ppp/ccp.c | 6 ------
 src/netif/ppp/ppp.c | 4 ----
 3 files changed, 3 insertions(+), 10 deletions(-)


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



reply via email to

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