forked from M-Labs/artiq
Upgrade lwip to 2.0.0 to fix the keepalive bug #456.
This commit is contained in:
parent
88d6d0db06
commit
5c54a6a0e9
|
@ -15,6 +15,7 @@ COREFILES=core/mem.c \
|
||||||
core/raw.c \
|
core/raw.c \
|
||||||
core/stats.c \
|
core/stats.c \
|
||||||
core/sys.c \
|
core/sys.c \
|
||||||
|
core/ip.c \
|
||||||
core/tcp.c \
|
core/tcp.c \
|
||||||
core/tcp_in.c \
|
core/tcp_in.c \
|
||||||
core/tcp_out.c \
|
core/tcp_out.c \
|
||||||
|
@ -29,7 +30,8 @@ CORE4FILES=core/ipv4/icmp.c \
|
||||||
core/ipv4/ip_frag.c
|
core/ipv4/ip_frag.c
|
||||||
|
|
||||||
# NETIFFILES: Files implementing various generic network interface functions.
|
# NETIFFILES: Files implementing various generic network interface functions.
|
||||||
NETIFFILES=netif/etharp.c
|
NETIFFILES=netif/etharp.c \
|
||||||
|
netif/ethernet.c
|
||||||
|
|
||||||
PPPFILES=netif/ppp/auth.c \
|
PPPFILES=netif/ppp/auth.c \
|
||||||
netif/ppp/fsm.c \
|
netif/ppp/fsm.c \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e448a9a4a976a6bc3091e3f22309ae3e6c089351
|
Subproject commit 33955c636d17bee230cde746a92e1cff11a7a177
|
Loading…
Reference in New Issue