* Patch by Masami Komiya, 30 Mar 2005:

add SNTP support and expand time server and time offset fields of
  DHCP support. See doc/README.SNTP

* Patch by Steven Scholz, 13 Dec 2004:
  Fix bug in at91rm920 ethernet driver
This commit is contained in:
wdenk
2005-04-01 00:25:43 +00:00
parent ef2807c667
commit ea287debe1
12 changed files with 304 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = libnet.a
OBJS = net.o tftp.o bootp.o rarp.o eth.o nfs.o
OBJS = net.o tftp.o bootp.o rarp.o eth.o nfs.o sntp.o
all: $(LIB)
$(LIB): $(START) $(OBJS)