Re: [Linux-uvc-devel] Unable to make with Fedora Core 5
Linux UVC driver and tools
Brought to you by:
pinchartl
|
From: David M. <dc...@MI...> - 2006-03-25 18:33:56
|
On Sat, 2006-03-25 at 08:53 -0800, James W. Spring wrote: > This is what I receive after changing and attempting to Make this time. > I changed lib/modules/2.6.15-1.2054_FC5/build > VERSION = 2 > PATCHLEVEL = 6 > SUBLEVEL = 16 > # EXTRAVERSION = -1.2054_FC5 Try changing this line in /lib/modules/2.6.15-1.2054_FC5/build/include/linux/version.h from: #define LINUX_VERSION_CODE 132623 to: #define LINUX_VERSION_CODE 132624 and then rebuild. -David |