I did a compile of Kernel 2.2.14-1mdk and there seems to be a bug in the 

/usr/src/linux-2.2.14/include/linux/modversions.h

I had to add the following to get the source to compile:

#if defined(__BOOT_KERNEL_FB) && (__BOOT_KERNEL_FB == 1)
#include <linux/modversions-fb.h>
#define __rh_autoconf_included_file__ 1
----> #endif /* __BOOT_KERNEL_FB */

This first appeared in the 2.2.13-29mdk kernel. Anyone else came across this?

Reply via email to