Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-11-01 Thread Trent Piepho
On Thu, 1 Nov 2007, Mauro Carvalho Chehab wrote: > Randy, > > > The only reason the net stuff works, is because CONFIG_NET includes > > > igmp.c, > > > which can't be compiled as a module. That means ip_compute_csum() will > > > get > > > pulled out of the lib.a file for igmp, and thus be

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-11-01 Thread Randy Dunlap
Mauro Carvalho Chehab wrote: Randy, The only reason the net stuff works, is because CONFIG_NET includes igmp.c, which can't be compiled as a module. That means ip_compute_csum() will get pulled out of the lib.a file for igmp, and thus be present for the net modules that use it too. If igmp

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-11-01 Thread Mauro Carvalho Chehab
Randy, > > The only reason the net stuff works, is because CONFIG_NET includes igmp.c, > > which can't be compiled as a module. That means ip_compute_csum() will get > > pulled out of the lib.a file for igmp, and thus be present for the net > > modules > > that use it too. If igmp could be

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-11-01 Thread Mauro Carvalho Chehab
Randy, The only reason the net stuff works, is because CONFIG_NET includes igmp.c, which can't be compiled as a module. That means ip_compute_csum() will get pulled out of the lib.a file for igmp, and thus be present for the net modules that use it too. If igmp could be turned off,

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-11-01 Thread Randy Dunlap
Mauro Carvalho Chehab wrote: Randy, The only reason the net stuff works, is because CONFIG_NET includes igmp.c, which can't be compiled as a module. That means ip_compute_csum() will get pulled out of the lib.a file for igmp, and thus be present for the net modules that use it too. If igmp

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-11-01 Thread Trent Piepho
On Thu, 1 Nov 2007, Mauro Carvalho Chehab wrote: Randy, The only reason the net stuff works, is because CONFIG_NET includes igmp.c, which can't be compiled as a module. That means ip_compute_csum() will get pulled out of the lib.a file for igmp, and thus be present for the net

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-10-31 Thread Randy Dunlap
On Wed, 31 Oct 2007 04:51:45 -0700 (PDT) Trent Piepho wrote: > On Tue, 30 Oct 2007, Randy Dunlap wrote: > > drivers/media/video/bt8xx/bttv-cards.c calls ip_compute_csum(). > > However, when CONFIG_NET=n, that produces: > > > > ERROR: "ip_compute_csum" [drivers/media/video/bt8xx/bttv.ko]

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-10-31 Thread Trent Piepho
On Tue, 30 Oct 2007, Randy Dunlap wrote: > drivers/media/video/bt8xx/bttv-cards.c calls ip_compute_csum(). > However, when CONFIG_NET=n, that produces: > > ERROR: "ip_compute_csum" [drivers/media/video/bt8xx/bttv.ko] undefined! > > Config symbol VIDEO_BT848 can be made to depend on NET, or the >

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-10-31 Thread Trent Piepho
On Tue, 30 Oct 2007, Randy Dunlap wrote: drivers/media/video/bt8xx/bttv-cards.c calls ip_compute_csum(). However, when CONFIG_NET=n, that produces: ERROR: ip_compute_csum [drivers/media/video/bt8xx/bttv.ko] undefined! Config symbol VIDEO_BT848 can be made to depend on NET, or the

Re: [v4l-dvb-maintainer] bttv build error (CONFIG_NET=n)

2007-10-31 Thread Randy Dunlap
On Wed, 31 Oct 2007 04:51:45 -0700 (PDT) Trent Piepho wrote: On Tue, 30 Oct 2007, Randy Dunlap wrote: drivers/media/video/bt8xx/bttv-cards.c calls ip_compute_csum(). However, when CONFIG_NET=n, that produces: ERROR: ip_compute_csum [drivers/media/video/bt8xx/bttv.ko] undefined!