View previous topic :: View next topic |
Author |
Message |
andretti Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 25 Feb 2007 Posts: 94
|
Posted: Fri Aug 03, 2007 11:02 am Post subject: Kernel config file |
|
|
Is it safe to load a .config file of an older kernel version in 'make menuconfig' of a newer version kernel?
I'm planning to upgrade a kernel from 2.6.21.5 to 2.6.22.1. I wonder if I could load the old 2.6.21.5 kernel .config file in 2.6.22.1 kernel's 'make menuconfig'. Would the 'Load an Alternative Configuration File' function in 'make menuconfig' be smart enough to deal with config file from older version? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Rob1n l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 29 Nov 2003 Posts: 714 Location: Cambridge, UK
|
Posted: Fri Aug 03, 2007 11:07 am Post subject: |
|
|
Yes - it'll ignore any settings which have been removed from the newer kernel. You can also copy the .config file over and run "make oldconfig" which'll then just prompt you for any new settings. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|