From fa08823ac4de025f766e5af7150a99c02db58e5e Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sun, 27 Dec 2009 11:42:16 +0000 Subject: [PATCH] Added an additional option LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE) --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 650a71fb..94142fcd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: