View previous topic :: View next topic |
Author |
Message |
iandow Tux's lil' helper


Joined: 21 Jul 2004 Posts: 135 Location: Washington, DC
|
Posted: Tue Jan 25, 2005 10:02 pm Post subject: Andrew Morton's -mm tree |
|
|
I'm installing a fresh gentoo build onto my Dell x300. How do I emerge in Andrew Morton's -mm kernel tree? Do I need to emerge gentoo-dev-sources, and then patch that with the 2.6.10-mm3 patch file? I see I can download that patch file from here:
http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10/
...but how to I apply that patch to the gentoo-dev-sources?
Thanks for any help.
-ian |
|
Back to top |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Tue Jan 25, 2005 10:05 pm Post subject: |
|
|
they are in portage, but masked as ~x86
Code: | echo "sys-kernel/mm-sources ~x86" >> /etc/portage/package.keywords && emerge mm-sources |
this will download vanilla-sources and apply the -mm patch |
|
Back to top |
|
 |
|