On Donnerstag, 14. Mai 2009, Luotao Fu wrote: > On Thu, May 14, 2009 at 11:18:00AM +0200, Juergen Beisert wrote: > > On Thursday, 14th may 2009, Marc Kleine-Budde wrote: > > > send to list, please > > .... > > > Index: rules/iproute2.in > > =================================================================== > > --- rules/iproute2.in (Revision 10518) > > +++ rules/iproute2.in (Arbeitskopie) > > @@ -1,17 +1,23 @@ > > ## SECTION=networking > > - > > -config IPROUTE2 > > +menuconfig IPROUTE2 > > tristate > > - prompt "iproute2" > > - select DB > > + prompt "iproute2 " > > + select DB if IPROUTE2_ARPD > > select LIBC_DL > > select LIBC_M > > select LIBC_RESOLV > > + select KERNEL > > # arpd.c:(.text+0x1428): undefined reference to `__db185_open' > > this can probably also be removed. > > > -# depends on BROKEN > > help > > Iproute2 is a collection of utilities for > > controlling TCP/IP networking and traffic > > control in Linux. > > > > +if IPROUTE2 > > > > +config IPROUTE2_ARPD > > + bool > > + prompt "install arpd" > > + help > > + This will enlarge your system by the berkely DB4.4 library. > > +endif > > Index: rules/iproute2.make > > =================================================================== > > --- rules/iproute2.make (Revision 10518) > > +++ rules/iproute2.make (Arbeitskopie) > > @@ -17,7 +17,7 @@ > > # > > # Paths and names > > # > > -IPROUTE2_VERSION := 2.6.23 > > +IPROUTE2_VERSION := 2.6.28 > > If iproute is "per kernel version only", will this work with a e.g. 2.6.29 > Kernel? If not, we probably 'd want to have a $(KERNEL_VERSION) hier. On > the other side, it'd be problems patching it then.
I'm not sure if this information is correct. All I saw, was, after the 2.6.29 release of the kernel, als an iproute2-2.6.29 was done. jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
