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. > ... cheers Luotao Fu -- Pengutronix e.K. | Dipl.-Ing. Luotao Fu | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
signature.asc
Description: Digital signature
-- ptxdist mailing list [email protected]
