Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-06-04 Thread Mike Frysinger
On Wednesday 30 May 2007, David McCullough wrote: > Jivin Gavin Lambert lays it down ... > > > Quoth Mike Frysinger: > > > then why not integrate it into the configure script ? have it test to > > > see if the ledman.h header exists and if so, it'll define > > > HAVE_LINUX_LEDMAN_H like every othe

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread David McCullough
Jivin Gavin Lambert lays it down ... > Quoth Mike Frysinger: > > then why not integrate it into the configure script ? have it test to > > see if the ledman.h header exists and if so, it'll define > > HAVE_LINUX_LEDMAN_H like every other non-standard header file > > The code in question probably

RE: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Gavin Lambert
Quoth Mike Frysinger: > then why not integrate it into the configure script ? have it test to > see if the ledman.h header exists and if so, it'll define > HAVE_LINUX_LEDMAN_H like every other non-standard header file The code in question probably predates 'configure' actually working with the di

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Mike Frysinger
On Wednesday 30 May 2007, Mike Frysinger wrote: > On Wednesday 30 May 2007, David McCullough wrote: > > Thats a matter of opinion I guess. It uses an ioctl interface to > > control LED's via the kernel driver. The ioctl values need to be > > defined somewhere and the appropriately setup kernel he

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Mike Frysinger
On Wednesday 30 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > > On Tuesday 29 May 2007, David McCullough wrote: > > > Jivin Mike Frysinger lays it down ... > > > > > > > Newer kernels no longer export linux/autoconf.h so ive fixed > > > > dhcpcd-new to only pull in t

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Mark Phillips
On Wed, 2007-05-30 at 23:08 +1000, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > On Tuesday 29 May 2007, David McCullough wrote: > > > Jivin Mike Frysinger lays it down ... > > > > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > > > > to only pull in

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Tuesday 29 May 2007, David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > > > to only pull in this file when dealing with CONFIG_LEDMAN (assuming that > > > featu

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-29 Thread Mike Frysinger
On Tuesday 29 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > > to only pull in this file when dealing with CONFIG_LEDMAN (assuming that > > feature only works with old kernels). Perhaps people

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-29 Thread David McCullough
Jivin Mike Frysinger lays it down ... > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > to only pull in this file when dealing with CONFIG_LEDMAN (assuming that > feature only works with old kernels). Perhaps people just want to > outright delete the line, doesnt matter

[uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-29 Thread Mike Frysinger
Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new to only pull in this file when dealing with CONFIG_LEDMAN (assuming that feature only works with old kernels). Perhaps people just want to outright delete the line, doesnt matter to me. Signed-off-by: Mike Frysinger <[EMAIL P