[Buildroot] [PATCH 2/2] linux: use olddefconfig with defconfig files

Romain Izard romain.izard.pro at gmail.com
Fri Mar 25 10:17:29 UTC 2016


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 at 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




More information about the buildroot mailing list