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 presen
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 co
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 turn
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!
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
> os
5 matches
Mail list logo