mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 17:43:39 +08:00
PPP, IPV6, enable PPP IPv6 by default if LWIP_IPV6 is set
This commit is contained in:
@@ -1937,7 +1937,7 @@
|
|||||||
* PPP_IPV6_SUPPORT==1: Enable PPP IPv6 support
|
* PPP_IPV6_SUPPORT==1: Enable PPP IPv6 support
|
||||||
*/
|
*/
|
||||||
#ifndef PPP_IPV6_SUPPORT
|
#ifndef PPP_IPV6_SUPPORT
|
||||||
#define PPP_IPV6_SUPPORT 0
|
#define PPP_IPV6_SUPPORT (LWIP_IPV6)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user