Displaying 1 result from an estimated 1 matches for "845113".
2012 Jul 13
4
Trying to find all the kernel modules needed for my machine using shell script
...dded a new target "make localmodconfig".
which scans through "lsmod" and change the .config appropriately. So i
thought i found my "automation". But this perl script has some problem
too.
This thread describes the problems :
https://bbs.archlinux.org/viewtopic.php?pid=845113
There was also a proposed solution which apparently worked for others
, is to run the script directly instead of using make's target.
Although for me, make localmodconfig does not work at all. its because
of the following :
$make clean
$make mrproper
$cp /boo/config-'uname -r...