LWN.net Logo

local*config in Linux Next

local*config in Linux Next

Posted Aug 25, 2009 0:39 UTC (Tue) by nevets (subscriber, #11875)
Parent article: In brief

local{mod,yes}config is now in the master branch of Linux Next:

git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

Play with it and report anything that breaks.

Note, if you are using git, then you can do the following as well:

git remote add next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git remote update
git checkout next/master
make localmodconfig
git checkout <previous branch>

Now you have a streamlined config, even if you do not have the option in your current development branch.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds