Added an additional option LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE)

This commit is contained in:
goldsimon 2009-12-27 11:42:16 +00:00
parent a1c0b9da7b
commit fa08823ac4

View File

@ -19,6 +19,10 @@ HISTORY
++ New features:
2009-12-27: Simon Goldschmidt
* opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE)
++ Bugfixes: