[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D684CF6.30002@suse.com>
Date: Fri, 25 Feb 2011 19:44:38 -0500
From: Jeff Mahoney <jeffm@...e.com>
To: Sam Ravnborg <sam@...nborg.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Roman Zippel <zippel@...ux-m68k.org>,
linux-kbuild@...r.kernel.org
Subject: [PATCH 2/2] kconfig: Use /proc/config.gz as a configuration source
This patch uses the type handlers to add /proc/config.gz as a configuration
source when 'make oldconfig' is used with a missing .config
Signed-off-by: Jeff Mahoney <jeffm@...e.com>
---
init/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -26,6 +26,7 @@ config DEFCONFIG_LIST
depends on !UML
option defconfig_list
default "/lib/modules/$UNAME_RELEASE/.config"
+ default "/proc/config.gz"
default "/etc/kernel-config"
default "/boot/config-$UNAME_RELEASE"
default "$ARCH_DEFCONFIG"
--
Jeff Mahoney
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists