mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 20:29:04 +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
|
||||
*/
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user