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