From: Steven Rostedt Date: Thu, 30 Apr 2009 02:52:22 +0000 (-0400) Subject: kconfig: make localmodconfig to run streamline_config.pl X-Git-Tag: v2.6.32-rc1~685^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03fa25da8335a942161a8070b3298cfd4edf9b6a;p=pandora-kernel.git kconfig: make localmodconfig to run streamline_config.pl Running the streamline_config.pl script manually can still be confusing for some users. This patch adds the localmodconfig option. This will automatically run streamline_config.pl on the current .config and then run "make silentoldconfig" to fix any wholes that might have been created. $ make localmodconfig This will remove any module configurations in .config that are not needed to compile the modules that are loaded. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed