Hi everyone, On Sat, Mar 25, 2006 at 03:42:50PM (GMT+0100), Hans Verkuil wrote: > I've just released ivtv-0.4.4. The ivtv-0.4.x series is suitable for > kernels <= 2.6.15. For 2.6.16 (and that includes the kernel included > with Fedora Core 5) use ivtv-0.6.1.
I've just tried it, works great. Thanks for the work. But it would seem that the target version_check in the root makefile incorrectly identifies kernels 2.6.15.n. I would suggest the following patch : 7c7 < @UNAME=`uname -r | sed 's/-.*//'`; \ --- > @UNAME=`uname -r | sed 's/-.*//' | cut -d . -f 1-3`; \ hth. -- Boris Dorès _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
