mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 09:56:38 +00:00
Remove reference to PPPOE_SUPPORT in opt.h - leads to compile errors because it has no default definition (only in ppp_opts.h)
This commit is contained in:
parent
299a19e135
commit
3ad2ad2329
@ -478,7 +478,7 @@
|
|||||||
* might be disabled
|
* might be disabled
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_ETHERNET
|
#ifndef LWIP_ETHERNET
|
||||||
#define LWIP_ETHERNET (LWIP_ARP || PPPOE_SUPPORT)
|
#define LWIP_ETHERNET LWIP_ARP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** ETH_PAD_SIZE: number of bytes added before the ethernet header to ensure
|
/** ETH_PAD_SIZE: number of bytes added before the ethernet header to ensure
|
||||||
|
Loading…
Reference in New Issue
Block a user