From 01337ba472d0661af1e3b397be3c40573e46ea69 Mon Sep 17 00:00:00 2001 From: Vitaly Chekryzhev <13hakta@gmail.com> Date: Thu, 5 Jan 2017 12:06:26 +0500 Subject: build: add devel option to store build config in firmware Store config.seed in firmware /etc/build.config Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com> --- config/Config-build.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/Config-build.in') diff --git a/config/Config-build.in b/config/Config-build.in index e0889fcccf..d5e183926d 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -67,6 +67,12 @@ menu "Global build settings" This removes all ipkg/opkg status data files from the target directory before building the root filesystem. + config INCLUDE_CONFIG + bool "Include build configuration in firmware" if DEVEL + default n + help + If enabled, config.seed will be stored in /etc/build.config of firmware. + config COLLECT_KERNEL_DEBUG bool prompt "Collect kernel debug information" -- cgit v1.2.3