View previous topic :: View next topic |
Author |
Message |
woody77 n00b
Joined: 06 Feb 2004 Posts: 69 Location: SC Mtns, CA, USA
|
Posted: Tue May 11, 2004 10:01 pm Post subject: Moving from 2.6.3 to 2.6.6 and unable to re-use .config... |
|
|
So I see that they changed the names of a lot of the kernel config flags... joy.
Anyone have a "conversion script", or should I just re-walk the menus myself and hope I get it all right...
Code: |
< #
< # Select all processors your kernel should support
< #
< # CONFIG_CPU_386 is not set
< # CONFIG_CPU_486 is not set
< # CONFIG_CPU_586 is not set
< # CONFIG_CPU_586TSC is not set
< # CONFIG_CPU_586MMX is not set
< # CONFIG_CPU_686 is not set
< # CONFIG_CPU_PENTIUMII is not set
< # CONFIG_CPU_PENTIUMIII is not set
< # CONFIG_CPU_PENTIUMM is not set
< CONFIG_CPU_PENTIUM4=y
< # CONFIG_CPU_K6 is not set
< # CONFIG_CPU_K7 is not set
< # CONFIG_CPU_K8 is not set
< # CONFIG_CPU_CRUSOE is not set
< # CONFIG_CPU_WINCHIPC6 is not set
< # CONFIG_CPU_WINCHIP2 is not set
< # CONFIG_CPU_WINCHIP3D is not set
< # CONFIG_CPU_CYRIXIII is not set
< # CONFIG_CPU_VIAC3_2 is not set
< CONFIG_CPU_INTEL=y
---
> # CONFIG_M386 is not set
> # CONFIG_M486 is not set
> # CONFIG_M586 is not set
> # CONFIG_M586TSC is not set
> # CONFIG_M586MMX is not set
> CONFIG_M686=y
> # CONFIG_MPENTIUMII is not set
> # CONFIG_MPENTIUMIII is not set
> # CONFIG_MPENTIUMM is not set
> # CONFIG_MPENTIUM4 is not set
> # CONFIG_MK6 is not set
> # CONFIG_MK7 is not set
> # CONFIG_MK8 is not set
> # CONFIG_MCRUSOE is not set
> # CONFIG_MWINCHIPC6 is not set
> # CONFIG_MWINCHIP2 is not set
> # CONFIG_MWINCHIP3D is not set
> # CONFIG_MCYRIXIII is not set
|
(btw, I'm using mm-sources) |
|
Back to top |
|
|
b-llwyd Guru
Joined: 24 Jul 2002 Posts: 302 Location: Uppsala, Sweden
|
Posted: Tue May 11, 2004 10:19 pm Post subject: |
|
|
A simple make oldconfig didn't work? (I left 2.6.3 a while ago, don't remember how my transition went) |
|
Back to top |
|
|
woody77 n00b
Joined: 06 Feb 2004 Posts: 69 Location: SC Mtns, CA, USA
|
Posted: Tue May 11, 2004 10:39 pm Post subject: |
|
|
Hmm. learn something new every day.
anyways, I copied over the old .config, ran make menuconfig, changed nothing, and saved the "new" config. Diffed the old and the new .configs and was able to sort it out. Mostly I just lost my processor support settings. No need to build for a 386 when it's a P4-m laptop.
As soon as the emerge -UvD world finishes, I'll be able to build the kernel + modules, and see if it actually worked. This laptop's been a little finicky with the 2.6.3 kernel, but liked the 2.4 kernel I started with. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|