From 2299808c68cbaf2bbdde31073c5e887cd62874dc Mon Sep 17 00:00:00 2001
From: Xu Wang <xwang1498@gmx.com>
Date: Sat, 8 Feb 2020 23:04:11 +0000
Subject: base-files: add all buildinfo with INCLUDE_CONFIG

CONFIG_INCLUDE_CONFIG option is helpful for being able to rebuild the
exact same firmware as you see on a live OpenWRT instance, but it's
crucially missing feeds information, so we can't rebuild the exact same
package versions. This commit fixes this by adding the remaining feeds
(and version) buildinfo files to the image.

Signed-off-by: Xu Wang <xwang1498@gmx.com>
---
 config/Config-build.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'config')

diff --git a/config/Config-build.in b/config/Config-build.in
index 59dfaea8bb..6a6fb2882c 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -100,7 +100,7 @@ menu "Global build settings"
 		bool "Include build configuration in firmware" if DEVEL
 		default n
 		help
-		  If enabled, config.buildinfo will be stored in /etc/build.config of firmware.
+		  If enabled, buildinfo files will be stored in /etc/build.* of firmware.
 
 	config COLLECT_KERNEL_DEBUG
 		bool
-- 
cgit v1.2.3