On Tuesday 29 April 2014 16:16, Dan Moulding wrote: > I have a need to build against old, decrepit kernel headers: > 2.6.18. While I like shiny new kernels just as much as the next guy, > in this case I am forced to use the old kernel.
Do you need to *use* that old kernel, or only build against old kerhel headers? IOW: will this work for you if bbox simply does this? #ifndef PACKET_AUXDATA # define PACKET_AUXDATA 8 #endif _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
