[U-Boot] [PATCH] - add dns

Robin Getz rgetz at blackfin.uclinux.org
Sat Jul 18 03:20:50 CEST 2009


On Fri 17 Jul 2009 16:55, Wolfgang Denk pondered:
> > Index: net/Makefile
> > ===================================================================
> > --- net/Makefile	(revision 1968)
> > +++ net/Makefile	(working copy)
> > @@ -34,6 +34,7 @@
> >  COBJS-y += eth.o
> >  COBJS-y += nfs.o
> >  COBJS-$(CONFIG_CMD_SNTP) += sntp.o
> > +COBJS-$(CONFIG_CMD_DNS)  += dns.o
> 
> Please keep list sorted.

sorted how? What we have today is:

COBJS-y += net.o
COBJS-y += tftp.o
COBJS-y += bootp.o
COBJS-y += rarp.o
COBJS-y += eth.o
COBJS-y += nfs.o
COBJS-$(CONFIG_CMD_SNTP) += sntp.o

It is not sorted alphabetically... ???

It's not sorted by length???

Seems to be sorted by date added, with the last ones on the bottom.



More information about the U-Boot mailing list