PPP, IPV6, enable PPP IPv6 by default if LWIP_IPV6 is set

This commit is contained in:
Sylvain Rochet 2015-02-22 00:25:23 +01:00
parent ee8a05c3c7
commit a8cbff08ef

View File

@ -1937,7 +1937,7 @@
* PPP_IPV6_SUPPORT==1: Enable PPP IPv6 support
*/
#ifndef PPP_IPV6_SUPPORT
#define PPP_IPV6_SUPPORT 0
#define PPP_IPV6_SUPPORT (LWIP_IPV6)
#endif
/**