Scribbling feverishly on April 10, Wilson A. Galafassi Jr. - Hitechweb managed to emit: > how to configure a linux kernel to support modversions.h??? > thanks
Run "make menuconfig" in /usr/src/linux, select Loadable module support, then press "y" or "Y" for [*] Enable loadable module support [*] Set version information on all module symbols - OR - Run "make config" in /usr/src/linux, type "y" or "Y" at the following two prompts: Enable loadable module support (CONFIG_MODULES) [Y/n/?] Set version information on all module symbols (CONFIG_MODVERSIONS) [Y/n/?] http://www.linux-sxs.org/kern1.html Kurt -- You now have Asian Flu. _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
