From: Romain Izard <romain.izard.pro@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] linux: use olddefconfig with defconfig files
Date: Fri, 25 Mar 2016 11:17:29 +0100 [thread overview]
Message-ID: <1458901049-3693-2-git-send-email-romain.izard.pro@gmail.com> (raw)
In-Reply-To: <1458901049-3693-1-git-send-email-romain.izard.pro@gmail.com>
Use the new option, as the linux kernel will not respect the
configuration saved by savedefconfig otherwise.
Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>
---
linux/linux.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/linux/linux.mk b/linux/linux.mk
index 7e20255..7e3d5f8 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -202,6 +202,7 @@ endif
LINUX_KCONFIG_FRAGMENT_FILES = $(call qstrip,$(BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES))
LINUX_KCONFIG_EDITORS = menuconfig xconfig gconfig nconfig
LINUX_KCONFIG_OPTS = $(LINUX_MAKE_FLAGS)
+LINUX_KCONFIG_OLDDEFCONFIG = y
# If no package has yet set it, set it from the Kconfig option
LINUX_NEEDS_MODULES ?= $(BR2_LINUX_NEEDS_MODULES)
--
2.5.0
next prev parent reply other threads:[~2016-03-25 10:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-25 10:17 [Buildroot] [PATCH 1/2] core/pkg-kconfig: add an option to use olddefconfig Romain Izard
2016-03-25 10:17 ` Romain Izard [this message]
2016-03-26 17:42 ` Yann E. MORIN
2016-03-26 17:52 ` Thomas Petazzoni
2016-03-29 8:39 ` Romain Izard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458901049-3693-2-git-send-email-romain.izard.pro@gmail.com \
--to=romain.izard.pro@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.