1831479 Members
3349 Online
110025 Solutions
New Discussion

Re: updating kernel from

 
K.C. Chan
Trusted Contributor

updating kernel from

2.4.7-10 to 2.4.17. How do you get make to compile with your old kernel configuration? I don't want to go through make menuconfig, I just want to untar the the latest kernel. run make using the old configuration file. Could some help me? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3
K.C. Chan
Trusted Contributor

Re: updating kernel from

Gurus,
Can I just "cp .config" from old kernel to new kernel dir? Then run make menuconfig to add any new functionalitu the new kernel?
Reputation of a thousand years can be determined by the conduct of an hour
Josh Owings
Frequent Advisor

Re: updating kernel from

You should be able to copy your .config file from the old kernel directory into the new one and run 'make oldconfig'. This would probably work with 'make menuconfig' also. I got some confirmation from this Google Groups post:
http://groups.google.com/groups?hl=en&threadm=9g7jnh%24io8%40gap.cco.caltech.edu&rnum=4&prev=/groups%3Fq%3D%2522make%2Boldconfig%2522%26hl%3Den%26sa%3DN%26tab%3Dwg

Jairo Campana
Trusted Contributor

Re: updating kernel from