From 3ad2ad2329a06a9917e85bf837976aa5df404279 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 21 Jul 2016 12:53:33 +0200 Subject: [PATCH] Remove reference to PPPOE_SUPPORT in opt.h - leads to compile errors because it has no default definition (only in ppp_opts.h) --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 5d887eac..037469fd 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -478,7 +478,7 @@ * might be disabled */ #ifndef LWIP_ETHERNET -#define LWIP_ETHERNET (LWIP_ARP || PPPOE_SUPPORT) +#define LWIP_ETHERNET LWIP_ARP #endif /** ETH_PAD_SIZE: number of bytes added before the ethernet header to ensure